| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | ||
| Previous version did (ACTION 'UPDATE (CDR REST) ACTION) when a new action had to be made. This caused default actions to propagate through the trie. While this isn't bad (it causes #TRU to be equal to #TRUE when that was the last prefix in the tree), it can cause unexpected errors at runtime, and no program should ever depend on its behavior. The current solution is to make a new PASS readtable with a default error action. | |||||
| 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 | ||
