| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | interpreter now uses same structure as parser | Brian Cully | 2025-08-19 | 2 | -55/+73 | |
| | | ||||||
| * | parser now emits list of words and hashmap of string→index | Brian Cully | 2025-08-19 | 14 | -0/+628 | |
| wordlist is just a vector of bytecode entries. to associate a word to an entry in the wordlist, use the word catalog to look up by name. | ||||||
