Next: Introduction, Previous: (dir), Up: (dir) [Contents][Index]
This is the l-system Reference Manual, generated automatically by Declt version 3.0 "Montgomery Scott" on Tue Dec 22 13:57:41 2020 GMT+0.
• Introduction | What l-system is all about | |
• Systems | The systems documentation | |
• Files | The files documentation | |
• Packages | The packages documentation | |
• Definitions | The symbols documentation | |
• Indexes | Concepts, functions, variables and data types |
* 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]].
Next: Files, Previous: Introduction, Up: Top [Contents][Index]
The main system appears first, followed by any subsystem dependency.
• The l-system system |
Bruno Cichon <ebrasca.ebrasca@openmailbox.org>
GPLv3+
L-system or Lindenmayer system on lists
iterate
l-system.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files |
• The l-system.asd file | ||
• The l-system/package.lisp file | ||
• The l-system/l-system.lisp file |
Next: The l-system/package․lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
/home/quickref/quicklisp/dists/quicklisp/software/l-system-20180228-git/l-system.asd
l-system (system)
Next: The l-system/l-system․lisp file, Previous: The l-system․asd file, Up: Lisp files [Contents][Index]
Previous: The l-system/package․lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
l-system (system)
l-system.lisp
*l-system-clauses* (special variable)
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The l-system package |
package.lisp (file)
*l-system-clauses* (special variable)
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions | ||
• Internal definitions |
Next: Internal definitions, Previous: Definitions, Up: Definitions [Contents][Index]
• Exported macros | ||
• Exported functions |
Next: Exported functions, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Define and set rules to grammar.
l-system.lisp (file)
Previous: Exported macros, Up: Exported definitions [Contents][Index]
Handle context sensitive grammar and parametric grammar.
l-system.lisp (file)
Expand axiom into some larger list of symbols.
It can expand to parametric grammar or to context sensitive grammar.
l-system.lisp (file)
Handle parametric grammar.
l-system.lisp (file)
Unset rules from grammar.
l-system.lisp (file)
Previous: Exported definitions, Up: Definitions [Contents][Index]
• Internal special variables |
Previous: Internal definitions, Up: Internal definitions [Contents][Index]
l-system.lisp (file)
Previous: Definitions, Up: Top [Contents][Index]
• Concept index | ||
• Function index | ||
• Variable index | ||
• Data type index |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L |
---|
Jump to: | F L |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | -
C F L M P U |
---|
Jump to: | -
C F L M P U |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | *
S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
* | |||
*l-system-clauses* : | Internal special variables | ||
| |||
S | |||
Special Variable, *l-system-clauses* : | Internal special variables | ||
|
Jump to: | *
S |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | L P S |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
L | |||
l-system : | The l-system system | ||
l-system : | The l-system package | ||
| |||
P | |||
Package, l-system : | The l-system package | ||
| |||
S | |||
System, l-system : | The l-system system | ||
|
Jump to: | L P S |
---|