More py3 fixes
This commit is contained in:
parent
adc1ff6d72
commit
21fdb9cb57
1 changed files with 3 additions and 3 deletions
|
|
@ -228,9 +228,9 @@ if __name__ == '__main__':
|
|||
|
||||
instructions = read_macro(sys.argv[1])
|
||||
|
||||
print "insructions:"
|
||||
print("insructions:")
|
||||
print_instructions(instructions)
|
||||
|
||||
print "eval:"
|
||||
print("eval:")
|
||||
for primitive in eval_macro(instructions):
|
||||
print primitive
|
||||
print(primitive)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue