Currently supports booleans, lists/pairs, fixnums (incl. 0x, 0b, 0, #x, #d, #o, and #b radix prefixes), basic byte strings, boxes, weak boxes, script headers (#!), and end-of-line comments. TODO: Floating-point, vectors, structs, symbols, cyclic references. |
||
|---|---|---|
| doc | ||
| libcompiler | ||
| mods | ||
| src | ||
| .hgignore | ||
| COPYING | ||
| Makefile | ||
| builtin.c | ||
| builtin.h | ||
| compiler.scm | ||
| gc.c | ||
| gc.h | ||
| interp.c | ||
| interp.h | ||
| reader.c | ||
| reader.h | ||
| rosella.c | ||
| run-tests.sh | ||