summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..0c8ffa7
--- /dev/null
+++ b/README.org
@@ -0,0 +1,9 @@
+* L-system
+** L-system is a rewriting system and a type of formal grammar.
+** The purpose of l-system is representation of realistic models of natural patterns.
+** For an example, see 'examples/l-system-example.lisp'.
+** At the moment you can use it like:
+ Lindenmayer's original L-system
+ Parametric grammars
+ Context sensitive grammars
+** It is based on [[https://en.wikipedia.org/wiki/L-system#Variations][Wikipedia link]].