| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | rename parser → compiler, interp → vm | Brian Cully | 2025-08-24 | 1 | -384/+0 |
| * | pass annotations to js so we can highlight program text | Brian Cully | 2025-08-24 | 1 | -33/+50 |
| * | show wordlist in html on compile | Brian Cully | 2025-08-23 | 1 | -3/+0 |
| * | make compile button actually compile | Brian Cully | 2025-08-22 | 1 | -1/+4 |
| * | 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 |
