summaryrefslogtreecommitdiff
path: root/README.org
blob: 0c8ffa741e1eba5f994b0c3a505c5f29afc51df3 (plain)
1
2
3
4
5
6
7
8
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]].