mirror of
https://github.com/Ed94/LangStudies.git
synced 2025-06-15 03:21:46 -07:00
EoI : Lectures 1-5 complete
This commit is contained in:
@ -257,7 +257,7 @@ class ASTNode:
|
||||
}
|
||||
return result
|
||||
|
||||
const NodeType = \
|
||||
const NodeType : Dictionary = \
|
||||
{
|
||||
expression = "Expression",
|
||||
|
||||
@ -1074,4 +1074,3 @@ func transpile_OpNot(node : ASTNode):
|
||||
result += transpile_Set(entry, true)
|
||||
|
||||
return result
|
||||
|
||||
|
Reference in New Issue
Block a user