aboutsummaryrefslogtreecommitdiff
path: root/nomsu.peg
AgeCommit message (Expand)Author
2018-04-08Cleaned up LHS of "." operator to avoid adding unnecessary parens soBruce Hill
2018-04-06Initial working version.Bruce Hill
2018-02-13Initial branch of switching to using immutable types.Bruce Hill
2018-01-30Added back in support for ":" indented blocksBruce Hill
2018-01-30Removed indented interpolations for inline strings.Bruce Hill
2018-01-30Overhaul of indentations. Now strictly requiring exactly 4 spacesBruce Hill
2018-01-26Removed "\.." syntax, and just added support for the literal ".." asBruce Hill
2018-01-23Removed dead code.Bruce Hill
2018-01-19Refactored syntax a bit so that ":" isn't necessary for a block, and canBruce Hill
2018-01-15Added support for translating comments instead of dropping them.Bruce Hill
2018-01-11Fixed an error in the peg for dicts.Bruce Hill
2018-01-11Renamed String -> TextBruce Hill
2018-01-08Modernized the codebase a bit to include "immediately:" for immediatelyBruce Hill
2018-01-07Removed semicolons and compound statements, added support for (foo: a b)Bruce Hill
2018-01-03Updated examples and made operator characters not stick to each other.Bruce Hill
2018-01-03Reworked {} a bit and added dicts to the core language. Did some moreBruce Hill
2017-12-30Got everything mostly working.Bruce Hill