about summary refs log tree commit diff
path: root/src/parse
AgeCommit message (Expand)Author
2021-11-14Function calling and the ensuing scope shenanigansMel
2021-11-14Parse and walk str embeds.Mel
2021-10-24And Or expressionsMel
2021-10-24Array literals and array accessMel
2021-10-24Postfix parsingMel
2021-10-23Loop expressions and concrete walker errors.Mel
2021-10-23Simplify parser macrosMel
2021-10-23Remove Plus unary op and implement other unary opsMel
2021-10-23Add true and false keywords to unit expressionMel
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-18Basic expression parsingMel
2021-10-18Parsing expressions scaffoldMel