aboutsummaryrefslogtreecommitdiffstats
path: root/src/expr.rs
AgeCommit message (Collapse)AuthorFilesLines
2024-05-30Replace recursive evaluation with stacks.Rose Hogenson1-4/+33
I think recursion is undefined behavior in Rust.
2024-05-30Write tests for parser.Rose Hogenson1-0/+106