summaryrefslogtreecommitdiffstats
path: root/src/forth/parser.rs
Commit message (Expand)AuthorAgeFilesLines
* make compile button actually compileBrian Cully2025-08-221-1/+4
* factorial workingBrian Cully2025-08-211-9/+17
* add tail call elimination for call and if.Brian Cully2025-08-211-33/+212
* interpreter now uses same structure as parserBrian Cully2025-08-191-19/+16
* parser now emits list of words and hashmap of string→indexBrian Cully2025-08-191-0/+183