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


Public Attributes | |
| vec< yoi::lambdaCapture * > | 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 699 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().
| codeBlock* block |
Definition at line 701 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().
| vec<yoi::lambdaCapture *> captures |
Definition at line 698 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().
| typeSpec* resultType |
Definition at line 700 of file ast.hpp.
Referenced by visitor::createLambdaUnnamedStruct(), yoi::finalizeAST(), and Formatter::format().