This is the cl-lexer Reference Manual, version 1.4, generated automatically by Declt version 4.0 beta 2 "William Riker" on Sun Dec 15 05:05:51 2024 GMT+0.
The main system appears first, followed by any subsystem dependency.
cl-lexer
cl-lexer: a lexical analyzer generator
Kenneth Michael Parker
BSD-new
1.4
regex
(system).
packages.lisp
(file).
lexer.lisp
(file).
Files are sorted by type and then listed depth-first from the systems components trees.
cl-lexer/lexer.lisp
cl-lexer
(system).
combine-patterns
(function).
expand-tokenize
(function).
expand-tokenize-rules
(function).
extract-patterns-and-actions
(function).
make-lexer-actions
(function).
Packages are listed by definition order.
cl-lexer
common-lisp
.
regex
.
combine-patterns
(function).
expand-tokenize
(function).
expand-tokenize-rules
(function).
extract-patterns-and-actions
(function).
make-lexer-actions
(function).
Definitions are sorted by export status, category, package, and then by lexicographic order.
Create a lexical analyser. This analyser function takes a string :position,
:end, :end-token and :end-value keyword parameters, and returns a function of
no arguments that returns the next token and value each time it is called,
or (values end-token end-value) when the input string is exhausted.
By default, position = 0, end = length of str, and end-token and end-value = nil.
Jump to: | C D E F G I M N T |
---|
Jump to: | C D E F G I M N T |
---|
Jump to: | C F L P S |
---|
Jump to: | C F L P S |
---|