summaryrefslogtreecommitdiff
path: root/example/README
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2020-02-22 15:57:54 -0600
committerDavid Beazley <dave@dabeaz.com>2020-02-22 15:57:54 -0600
commit1fac9fed647909b92f3779dd34beb8564f6f247b (patch)
treec520f1c56791c541105c1023c8dd68d99853ad8b /example/README
parent1321375e013425958ea090b55aecae0a4b7face6 (diff)
downloadply-1fac9fed647909b92f3779dd34beb8564f6f247b.tar.gz
Massive refactoring/cleanup
Diffstat (limited to 'example/README')
-rw-r--r--example/README1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/README b/example/README
index 63519b5..a7ec6e8 100644
--- a/example/README
+++ b/example/README
@@ -5,6 +5,5 @@ Simple examples:
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.