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


Public Member Functions | |
| vec< globalStmt * > & | getStmts () |
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 () |
Public Attributes | |
| vec< globalStmt * > | stmts |
| vec< globalStmt * > & getStmts | ( | ) |
Definition at line 995 of file ast.cpp.
Referenced by yoi::finalizeAST().

| vec<globalStmt *> stmts |
Definition at line 1022 of file ast.hpp.
Referenced by Formatter::format().