summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.txt b/README.txt
deleted file mode 100644
index 9dcec19..0000000
--- a/README.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-#l-system
-
-This is based on Lindenmayer system, with lists instead of strings.
-The main goal of this proyect is flexibility.
-
-At the moment, this includes the following functionality:
-
-*Parametric grammars.
-*Context sensitive grammars.
-
-For an example, see 'examples/l-system-example.lisp'.