The l-system Reference Manual

This is the l-system Reference Manual, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 16:51:40 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 l-system

L-system or Lindenmayer system on lists

Author

Bruno Cichon <>

License

GPLv3+

Dependency

iterate (system).

Source

l-system.asd.

Child Components

3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 l-system/l-system.asd

Source

l-system.asd.

Parent Component

l-system (system).

ASDF Systems

l-system.


3.1.2 l-system/package.lisp

Source

l-system.asd.

Parent Component

l-system (system).

Packages

l-system.


3.1.3 l-system/l-system.lisp

Dependency

package.lisp (file).

Source

l-system.asd.

Parent Component

l-system (system).

Public Interface
Internals

*l-system-clauses* (special variable).


4 Packages

Packages are listed by definition order.


4.1 l-system

Source

package.lisp.

Use List
  • common-lisp.
  • iterate.
Public Interface
Internals

*l-system-clauses* (special variable).


5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: -> (symbol vars &body body)

Define and set rules to grammar.

Package

l-system.

Source

l-system.lisp.


5.1.2 Ordinary functions

Function: context-sensitive-grammar (elements)

Handle context sensitive grammar and parametric grammar.

Package

l-system.

Source

l-system.lisp.

Function: l-system (fn axiom depth)

Expand axiom into some larger list of symbols.
It can expand to parametric grammar or to context sensitive grammar.

Package

l-system.

Source

l-system.lisp.

Function: parametric-grammar (elements)

Handle parametric grammar.

Package

l-system.

Source

l-system.lisp.

Function: unset-rule (symbol)

Unset rules from grammar.

Package

l-system.

Source

l-system.lisp.


5.2 Internals


5.2.1 Special variables

Special Variable: *l-system-clauses*
Package

l-system.

Source

l-system.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables

Jump to:   *  
S  
Index Entry  Section

*
*l-system-clauses*: Private special variables

S
Special Variable, *l-system-clauses*: Private special variables