EoI : Lectures 1-5 complete

This commit is contained in:
2022-07-20 09:27:19 -04:00
parent 9eba81139d
commit f85c9615e4
24 changed files with 736 additions and 21 deletions

View File

@ -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