summaryrefslogtreecommitdiffstats
path: root/chall/ply-2.2/example/README
diff options
context:
space:
mode:
Diffstat (limited to 'chall/ply-2.2/example/README')
-rw-r--r--chall/ply-2.2/example/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/chall/ply-2.2/example/README b/chall/ply-2.2/example/README
deleted file mode 100644
index 63519b5..0000000
--- a/chall/ply-2.2/example/README
+++ /dev/null
@@ -1,10 +0,0 @@
-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.
-