|
Stax
Programming language
|
#include <ast.hpp>
Public Member Functions | |
| Identifier ()=default | |
| Identifier (const token::Token &tok, const std::string &val) | |
Public Attributes | |
| token::Token | token |
| std::string | value |
|
default |
|
inline |
| token::Token stax::parser::Identifier::token |
| std::string stax::parser::Identifier::value |