| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | factorial working | Brian Cully | 2025-08-21 | 1 | -9/+17 |
| | | |||||
| * | add tail call elimination for call and if. | Brian Cully | 2025-08-21 | 1 | -33/+212 |
| | | |||||
| * | interpreter now uses same structure as parser | Brian Cully | 2025-08-19 | 1 | -19/+16 |
| | | |||||
| * | parser now emits list of words and hashmap of string→index | Brian Cully | 2025-08-19 | 1 | -0/+183 |
| 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. | |||||
