Internal static functions used inside parser reader


o lisp_error
generate an error, and exit.
o skip_to_newline
skip up to the next newline
o peek_char_raw
peek one character, only for read_noncomment_char
o skip_to_comment_terminator
Multi-line comment procedure.
o read_noncomment_char
read a new character, excluding comments
o peek_char
peek one character, taking comments in consideration
o force_read_char
Force-read char, and give error.
o skip_spaces
skip space, ignoring comments
o alloc_lispentry
allocate lisp entry structure
o read_lisp_name
read lisp symbol, delimited by terminatorstring.
o 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++.