You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run tests/common/ply/ir_parser.py (for sample code it contains). I get:
$ PYTHONPATH=../../../src python ir_parser.py
Traceback (most recent call last):
File "ir_parser.py", line 271, in <module>
print parse(text)
File "ir_parser.py", line 256, in parse
return parser.parse(text, lexer=ir_lexer.lexer)
File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 269, in parse
return self.parseopt_notrack(input,lexer,debug,tracking,tokenfunc)
File "/usr/lib/python2.7/dist-packages/ply/yacc.py", line 1051, in parseopt_notrack
tok = self.errorfunc(errtoken)
File "ir_parser.py", line 233, in p_error
raise RuntimeError("Syntax error in input: %s" % (repr(p), ))
RuntimeError: Syntax error in input: LexToken(:,':',2,8)
Is there more info about this disassembler/syntax?
The text was updated successfully, but these errors were encountered:
pfalcon
changed the title
"ir" disasm error
"ir-parser" disasm error
May 18, 2015
That's the conclusion I came to a second ago too ;-). So, with #9 in mind, I may suggest re-adding it, otherwise, fixing ir_parser.py would work too ;-).
I'm trying to run tests/common/ply/ir_parser.py (for sample code it contains). I get:
Is there more info about this disassembler/syntax?
The text was updated successfully, but these errors were encountered: