| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | highlight running code | Brian Cully | 2025-08-23 | 1 | -6/+22 |
| | | |||||
| * | add some benchmarking | Brian Cully | 2025-08-23 | 1 | -3/+17 |
| | | |||||
| * | show wordlist in html on compile | Brian Cully | 2025-08-23 | 1 | -43/+63 |
| | | |||||
| * | wip: pass interp between js and rust | Brian Cully | 2025-08-23 | 1 | -3/+54 |
| | | |||||
| * | make compile button actually compile | Brian Cully | 2025-08-22 | 1 | -14/+9 |
| | | |||||
| * | start hooking the web ui up to rust | Brian Cully | 2025-08-22 | 1 | -2/+22 |
| | | |||||
| * | factorial working | Brian Cully | 2025-08-21 | 1 | -0/+0 |
| | | |||||
| * | parser now emits list of words and hashmap of string→index | Brian Cully | 2025-08-19 | 1 | -0/+24 |
| 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. | |||||
