First implementation of the compiler
This commit is contained in:
@@ -61,7 +61,6 @@ class EXPRESSION:
|
||||
|
||||
return "".join(parts)
|
||||
|
||||
|
||||
class LET(EXPRESSION):
|
||||
def __init__(self, decls, body):
|
||||
super().__init__()
|
||||
|
||||
Reference in New Issue
Block a user