| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | readtable: simplify | 2024-09-08 | 1 | -0/+15 | |
| | | | | | | | | | | After taking a look at the R7RS syntax and how Chicken parses directives, I realized that it's easier to have "#!", "#\\", etc. parse identifiers instead of baking in trie actions. This is slightly slower but completely removes the trie concept from the readtable, which simplifies the implementation and removes many corner cases involving combining readtables with different action types. | ||||
| * | trie: add with test | 2024-09-04 | 1 | -0/+35 | |
