about summary refs log tree commit diff
path: root/src/interpret/walker.rs
AgeCommit message (Expand)Author
2021-10-23Loop expressions and concrete walker errors.Mel
2021-10-23Remove Plus unary op and implement other unary opsMel
2021-10-22Display values without typeMel
2021-10-22Boolean logic and If expressions.Mel
2021-10-22Split execution modesMel
2021-10-21Implement program walking.Mel
2021-10-20Statement parsing.Mel
2021-10-18Always make division produce floats.Mel
2021-10-18Simple AST walker.Mel