diff options
Diffstat (limited to 'third_party/python/ply/example/README')
-rw-r--r-- | third_party/python/ply/example/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/third_party/python/ply/example/README b/third_party/python/ply/example/README new file mode 100644 index 0000000000..63519b557f --- /dev/null +++ b/third_party/python/ply/example/README @@ -0,0 +1,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. + |