Skip to content
Snippets Groups Projects

merge Expr literal

Merged Xun Yang requested to merge expr_literal into master
3 files
+ 43
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -83,7 +83,7 @@ class ASTNode():
# Note: this check is redundant if we're certain that every override of this method has the initial check
if not hasattr(c, "code"):
c.codeGen()
self.code += c.code
self.code += c.code
def printNodePretty(self, prefix=0):
pp = pprint.PrettyPrinter(indent=prefix)
Loading