Advertisement
Guest User

Milky Way Traceback

a guest
Feb 27th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. D:\Golfing\Milky-Way-master>C:\Python34\python.exe mw descending_digits.mwg -i 5
  2. Traceback (most recent call last):
  3. File "mw", line 41, in <module>
  4. MilkyWay(program)
  5. File "mw", line 15, in __init__
  6. standard.Standard.__init__(self, program, pre_stack, specVals)
  7. File "D:\Golfing\Milky-Way-master\standard.py", line 126, in __init__
  8. base.Base.__init__(self, program, pre_stack)
  9. File "D:\Golfing\Milky-Way-master\base.py", line 62, in __init__
  10. self.stack = self.tokenize(program)
  11. File "D:\Golfing\Milky-Way-master\base.py", line 128, in tokenize
  12. raise errors.UnknownOpcode(j)
  13. errors.UnknownOpcode: 'ï' is not a valid opcode.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement