|
x-engine-c v0.2.13
The C engine for x-lang
|
Files | |
| atom.c | |
| S-expression support for opaque atom objects (printing moved to the pure-x printer, lib/x/boot/printer.x). | |
| atom.d | |
| char.c | |
| S-expression analyser, reader, and writer for character literals. | |
| char.d | |
| comment.c | |
| S-expression analyser and delimiter for line comments. | |
| comment.d | |
| int.c | |
| S-expression analyser, reader, and writer for integer literals. | |
| int.d | |
| list.c | |
| S-expression analyser, reader, writer, and display for list literals. | |
| list.d | |
| pair.c | |
| S-expression support for stack-allocated pair objects (printing moved to the pure-x printer, lib/x/boot/printer.x; reading is handled by lists). | |
| pair.d | |
| str.c | |
| S-expression analyser, reader, writer, and display for string literals. | |
| str.d | |
| symbol.c | |
| S-expression analyser, reader, writer, and display for symbols. | |
| symbol.d | |
| whitespace.c | |
| S-expression analyser and delimiter for whitespace tokens. | |
| whitespace.d | |