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