cscg24-lolpython

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

__init__.py (82B)


      1# PLY package
      2# Author: David Beazley (dave@dabeaz.com)
      3
      4__all__ = ['lex','yacc']