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


Public Attributes | |
| yoi::vec< lexer::token > | attrs |
| typeSpec * | from |
| identifier * | as |
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 () |
| identifier* as |
Definition at line 1040 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().
| yoi::vec<lexer::token> attrs |
Definition at line 1038 of file ast.hpp.
Referenced by Formatter::format(), and visitor::visit().
| typeSpec* from |
Definition at line 1039 of file ast.hpp.
Referenced by yoi::finalizeAST(), Formatter::format(), and visitor::visit().