cscg24-lolpython

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

lex_state_norule.exp (271B)


      1lex: No rules defined for state 'example'
      2Traceback (most recent call last):
      3  File "./lex_state_norule.py", line 40, 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.