cscg24-lolpython

CSCG 2024 Challenge 'Can I Haz Lolpython?'
git clone https://git.sinitax.com/sinitax/cscg24-lolpython
Log | Files | Refs | sfeed.txt

lex_state1.exp (271B)


      1lex: states must be defined as a tuple or list.
      2Traceback (most recent call last):
      3  File "./lex_state1.py", line 38, in ?
      4    lex.lex()
      5  File "../ply/lex.py", line 758, in lex
      6    raise SyntaxError,"lex: Unable to build lexer."
      7SyntaxError: lex: Unable to build lexer.