| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2024-09-22 | read: factor out ADD-ALL-AS-SKIP to UPDATE-LIST | 1 | -12/+50 | |
| 2024-09-22 | read: datum comments | 1 | -0/+9 | |
| 2024-09-22 | read: block comments | 1 | -2/+76 | |
| 2024-09-22 | read: vectors | 1 | -1/+37 | |
| 2024-09-21 | read: factor out improper list reader | 1 | -27/+49 | |
| 2024-09-20 | read: improper lists | 1 | -26/+40 | |
| 2024-09-20 | readtable: add lists | 2 | -15/+88 | |
| 2024-09-08 | miniscm: list->string | 2 | -10/+45 | |
| 2024-09-08 | miniscm: add better support for immutable strings, and refactor to use real s... | 3 | -49/+100 | |
| 2024-09-08 | miniscm: add string-ref | 1 | -1/+26 | |
| 2024-09-08 | readtable: handle EOF by returning EOF symbol | 1 | -1/+2 | |
| 2024-09-08 | readtable: comments | 1 | -11/+47 | |
| 2024-09-08 | readtable: simplify | 2 | -242/+134 | |
| 2024-09-07 | readtable: case folding | 2 | -37/+62 | |
| 2024-09-07 | readtable: when adding sequences to the readtable, push the last | 1 | -3/+16 | |
| 2024-09-07 | readtable: Normalize character handled by ACTIONs at the end of | 1 | -8/+15 | |
| 2024-09-07 | readtable: add documentation for PUSH->READ | 1 | -0/+6 | |
| 2024-09-07 | Readtable: fix propagation of default handlers in trie paths | 1 | -43/+56 | |
| 2024-09-07 | readtable: correctly add trie values. Incorrectly propogates default procedure | 1 | -17/+19 | |
| 2024-09-07 | readtables, first pass | 5 | -147/+321 | |
| 2024-09-05 | change around insert, delete, and update to hide representation | 1 | -42/+37 | |
| 2024-09-05 | fix set and trie, add compat COND-EXPAND for chez | 3 | -26/+223 | |
| 2024-09-04 | trie: add with test | 5 | -3/+171 | |
| 2024-09-04 | set:refactor maps | 1 | -30/+29 | |
| 2024-09-04 | set: add update | 1 | -79/+150 | |
| 2024-08-31 | set: add insert multiple test | 1 | -36/+110 | |
| 2024-08-29 | add sets | 5 | -6/+436 | |
| 2024-08-26 | miniscm: add mutable string emulation and char->integer | 3 | -3/+54 | |
| 2024-08-22 | miniscm: add ports | 3 | -15/+189 | |
| 2024-08-22 | minischeme: add char | 4 | -12/+79 |
