summaryrefslogtreecommitdiff
path: root/example/README
blob: a7ec6e8b1d655104744bd96b616e446eda86a01a (plain)
1
2
3
4
5
6
7
8
9
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
   yply        - Converts Unix yacc files to PLY programs.