AST is accepting functions!!!
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
from llvmlite import ir
|
||||
|
||||
from AST import Node, NodeType, Program, Expression
|
||||
from AST import ExpressionStatement, AssignmentStatement
|
||||
from AST import ExpressionStatement, AssignmentStatement, BlockStatement
|
||||
from AST import InfixExpression
|
||||
from AST import IntegerLiteral, FloatLiteral, IdentifierLiteral
|
||||
|
||||
|
||||
Reference in New Issue
Block a user