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