cscg24-lolpython

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

README (315B)


      1Simple examples:
      2   calc       - Simple calculator
      3   classcalc  - Simple calculate defined as a class
      4   
      5Complex examples
      6   ansic       - ANSI C grammar from K&R
      7   BASIC       - A small BASIC interpreter
      8   GardenSnake - A simple python-like language
      9   yply        - Converts Unix yacc files to PLY programs.
     10