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


Public Attributes | |
| vec< yoi::identifier * > | captures |
| definitionArguments * | args |
| typeSpec * | resultType |
| 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 () |
| definitionArguments* args |
Definition at line 240 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().
| codeBlock* block |
Definition at line 242 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().
| vec<yoi::identifier *> captures |
Definition at line 239 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().
| typeSpec* resultType |
Definition at line 241 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().