index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nomsu.peg
Age
Commit message (
Expand
)
Author
2018-04-25
Updated block-style text interpolation to have less redundancy.
Bruce Hill
2018-04-24
Refactor to improve indentation and move as_nomsu() into tree methods.
Bruce Hill
2018-04-17
Disabled comment transpilation for now.
Bruce Hill
2018-04-17
Moving tree_to_lua into each of the Nomsu tree types, which are now in
Bruce Hill
2018-04-11
Work in progress...
Bruce Hill
2018-04-08
Cleaned up LHS of "." operator to avoid adding unnecessary parens so
Bruce Hill
2018-04-06
Initial working version.
Bruce Hill
2018-02-13
Initial branch of switching to using immutable types.
Bruce Hill
2018-01-30
Added back in support for ":" indented blocks
Bruce Hill
2018-01-30
Removed indented interpolations for inline strings.
Bruce Hill
2018-01-30
Overhaul of indentations. Now strictly requiring exactly 4 spaces
Bruce Hill
2018-01-26
Removed "\.." syntax, and just added support for the literal ".." as
Bruce Hill
2018-01-23
Removed dead code.
Bruce Hill
2018-01-19
Refactored syntax a bit so that ":" isn't necessary for a block, and can
Bruce Hill
2018-01-15
Added support for translating comments instead of dropping them.
Bruce Hill
2018-01-11
Fixed an error in the peg for dicts.
Bruce Hill
2018-01-11
Renamed String -> Text
Bruce Hill
2018-01-08
Modernized the codebase a bit to include "immediately:" for immediately
Bruce Hill
2018-01-07
Removed semicolons and compound statements, added support for (foo: a b)
Bruce Hill
2018-01-03
Updated examples and made operator characters not stick to each other.
Bruce Hill
2018-01-03
Reworked {} a bit and added dicts to the core language. Did some more
Bruce Hill
2017-12-30
Got everything mostly working.
Bruce Hill