about summary refs log tree commit diff
path: root/src/parse/ast
AgeCommit message (Expand)Author
2021-10-24Array literals and array accessMel
2021-10-24Postfix parsingMel
2021-10-23Loop expressions and concrete walker errors.Mel
2021-10-23Remove Plus unary op and implement other unary opsMel
2021-10-22Boolean logic and If expressions.Mel
2021-10-21Implement program walking.Mel
2021-10-20Statement parsing.Mel