summaryrefslogtreecommitdiff
path: root/README.txt
blob: 5ff3a78ee4cbe84c7716caed147e0838cc5b3ccb (plain)
1
2
3
4
5
6
7
8
9
10
11
#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-exemple.lisp'.