|
hoshi-lang dev
Yet another programming language
|
#include <ast.hpp>


Public Attributes | |
| typeSpec * | type |
| identifier * | name |
| codeBlock * | block |
Additional Inherited Members | |
Public Member Functions inherited from AST | |
| AST () | |
| AST (lexer::token token) | |
| std::tuple< yoi::indexT, yoi::indexT > | getLocation () |
| yoi::indexT | getLine () |
| yoi::indexT | getColumn () |
| yoi::lexer::token & | getToken () |
| codeBlock* block |
Definition at line 1058 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| identifier* name |
Definition at line 1057 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| typeSpec* type |
Definition at line 1056 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().