monk/ply/example
2019-08-28 00:49:21 +02:00
..
ansic [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
BASIC [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
calc [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
calcdebug [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
classcalc [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
closurecalc [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
GardenSnake [DEV] set it work again and basic parse of merkdown 2019-08-28 00:49:21 +02:00
hedit [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
newclasscalc [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
optcalc [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
unicalc [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
yply [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
cleanup.sh [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00
README [DEV] create the monk basic library 2013-12-22 18:55:48 +01:00

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.