parrotcode: lexing and parsing, reader macros | |
Contents | Language Implementations | Common Lisp |
read.pir - lexing and parsing, reader macros
The Lisp reader is implemented here. See CLtL section 23.1 .
The function that implements the Lisp reader CLtL 2.2.
CLtL section 2.4.1.
As described in CLtL section 2.4.2
As described in CLtL section 2.4.3
A comment. Skip everything till the end of line or the end of file.
As described in CLtL section 2.4.4
As described in CLtL section 2.4.5.
As described in CLtL section 2.4.6
As described in CLtL section 2.4.7
|