cscg24-lolpython

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

README (293B)


      1This directory mostly contains tests for various types of error
      2conditions.  To run:
      3
      4  $ python testlex.py .
      5  $ python testyacc.py .
      6
      7The tests can also be run using the Python unittest module.
      8
      9   $ python rununit.py
     10
     11The script 'cleanup.sh' cleans up this directory to its original state.