| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | try some rusty stuff with std traits | Brian Cully | 2025-08-24 | 1 | -31/+29 |
| | | |||||
| * | pass annotations to js so we can highlight program text | Brian Cully | 2025-08-24 | 2 | -34/+109 |
| | | |||||
| * | begginnenblinken | Brian Cully | 2025-08-23 | 1 | -5/+1 |
| | | |||||
| * | render call and data stacks | Brian Cully | 2025-08-23 | 1 | -1/+9 |
| | | |||||
| * | highlight running code | Brian Cully | 2025-08-23 | 1 | -6/+22 |
| | | |||||
| * | add some benchmarking | Brian Cully | 2025-08-23 | 2 | -6/+21 |
| | | |||||
| * | show wordlist in html on compile | Brian Cully | 2025-08-23 | 3 | -49/+77 |
| | | |||||
| * | wip: pass interp between js and rust | Brian Cully | 2025-08-23 | 2 | -12/+63 |
| | | |||||
| * | make compile button actually compile | Brian Cully | 2025-08-22 | 4 | -20/+18 |
| | | |||||
| * | start hooking the web ui up to rust | Brian Cully | 2025-08-22 | 2 | -3/+25 |
| | | |||||
| * | factorial working | Brian Cully | 2025-08-21 | 4 | -82/+182 |
| | | |||||
| * | add tail call elimination for call and if. | Brian Cully | 2025-08-21 | 2 | -38/+480 |
| | | |||||
| * | 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 | 4 | -0/+384 |
| 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. | |||||
