-
lisp_error - generate an error, and exit.
-
skip_to_newline - skip up to the next newline
-
peek_char_raw - peek one character, only for read_noncomment_char
-
skip_to_comment_terminator - Multi-line comment procedure.
-
read_noncomment_char - read a new character, excluding comments
-
peek_char - peek one character, taking comments in consideration
-
force_read_char - Force-read char, and give error.
-
skip_spaces - skip space, ignoring comments
-
alloc_lispentry - allocate lisp entry structure
-
read_lisp_name - read lisp symbol, delimited by terminatorstring.
-
read_lisp_entity - read a entity.
This section describes function that are used only inside the
parser system.
Alphabetic index
This page was generated with the help of DOC++.