| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | show wordlist in html on compile | Brian Cully | 2025-08-23 | 1 | -3/+14 |
| | | |||||
| * | wip: pass interp between js and rust | Brian Cully | 2025-08-23 | 1 | -9/+9 |
| | | |||||
| * | make compile button actually compile | Brian Cully | 2025-08-22 | 1 | -3/+3 |
| | | |||||
| * | start hooking the web ui up to rust | Brian Cully | 2025-08-22 | 1 | -1/+3 |
| | | |||||
| * | factorial working | Brian Cully | 2025-08-21 | 1 | -73/+132 |
| | | |||||
| * | add tail call elimination for call and if. | Brian Cully | 2025-08-21 | 1 | -5/+268 |
| | | |||||
| * | interpreter now uses same structure as parser | Brian Cully | 2025-08-19 | 1 | -36/+57 |
| | | |||||
| * | parser now emits list of words and hashmap of string→index | Brian Cully | 2025-08-19 | 1 | -0/+175 |
| 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. | |||||
