Documentation ¶
Overview ¶
Package l implements an L-System Currently this is a DOL system: the left-hand side of a production can only be a single letter; and no two productions can have the same left-hand side.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewDefaultLexer ¶
func NewDefaultLexer(rules Rules) *lexmachine.Lexer
NewDefaultLexer returns the default lexer
Types ¶
Click to show internal directories.
Click to hide internal directories.