Skip to content

Commit

Permalink
project 6 complete! woot!
Browse files Browse the repository at this point in the history
  • Loading branch information
amontalenti committed Jan 5, 2012
1 parent 4cb5aa0 commit b90fb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion expr.py
Expand Up @@ -21,7 +21,7 @@
# If no errors occurred, generate code
if not errors_reported():
# Fold constants
program = exprconst.fold_constants(program, debug=True)
program = exprconst.fold_constants(program, debug=False)
# Generate 3 address code IR
code = exprcode.generate_code(program)
# Emit Python code
Expand Down

0 comments on commit b90fb00

Please sign in to comment.