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


Public Attributes | |
| lexer::token | name |
| yoi::vec< lexer::token > | typeParams |
| yoi::vec< identifierWithTypeSpec * > | algebraParams |
| yoi::vec< conceptStmt * > | conceptBlock |
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 () |
| yoi::vec<identifierWithTypeSpec *> algebraParams |
Definition at line 1106 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| yoi::vec<conceptStmt *> conceptBlock |
Definition at line 1108 of file ast.hpp.
Referenced by yoi::finalizeAST(), and Formatter::format().
| lexer::token name |
Definition at line 1104 of file ast.hpp.
Referenced by Formatter::format(), and visitor::visit().
| yoi::vec<lexer::token> typeParams |
Definition at line 1105 of file ast.hpp.
Referenced by Formatter::format().