hoshi-lang dev
Yet another programming language
Loading...
Searching...
No Matches
hoshiModule Class Reference

#include <ast.hpp>

Inheritance diagram for hoshiModule:
Collaboration diagram for hoshiModule:

Public Member Functions

vec< globalStmt * > & getStmts ()
 
- Public Member Functions inherited from AST
 AST ()
 
 AST (lexer::token token)
 
std::tuple< yoi::indexT, yoi::indexTgetLocation ()
 
yoi::indexT getLine ()
 
yoi::indexT getColumn ()
 
yoi::lexer::tokengetToken ()
 

Public Attributes

vec< globalStmt * > stmts
 

Detailed Description

Definition at line 1020 of file ast.hpp.

Member Function Documentation

◆ getStmts()

vec< globalStmt * > & getStmts ( )

Definition at line 995 of file ast.cpp.

Referenced by yoi::finalizeAST().

Here is the caller graph for this function:

Member Data Documentation

◆ stmts

vec<globalStmt *> stmts

Definition at line 1022 of file ast.hpp.

Referenced by Formatter::format().


The documentation for this class was generated from the following files: