summaryrefslogtreecommitdiff
path: root/ext/ply/example/README
blob: 63519b557f148d837fed766ed51576bd9e3a3f28 (plain)
1
2
3
4
5
6
7
8
9
10
Simple examples:
   calc       - Simple calculator
   classcalc  - Simple calculate defined as a class
   
Complex examples
   ansic       - ANSI C grammar from K&R
   BASIC       - A small BASIC interpreter
   GardenSnake - A simple python-like language
   yply        - Converts Unix yacc files to PLY programs.