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


Public Attributes | |
| typeSpec * | type |
| rExpr * | expr |
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 () |
| rExpr* expr |
Definition at line 1071 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| typeSpec* type |
Definition at line 1070 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().