index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nomsu.4.peg
Age
Commit message (
Expand
)
Author
2019-01-18
Fixed an edge case with indentation
Bruce Hill
2019-01-18
Fix for parsing an indented top_block that starts with a comment and has
Bruce Hill
2019-01-15
Fix for formatting indented code with the format tool.
Bruce Hill
2018-12-18
Initial pass on updating syntax.
Bruce Hill
2018-12-14
Initial setup work for syntax version 5.
Bruce Hill
2018-12-13
Cleanups and codegen improvements/fixes.
Bruce Hill
2018-11-29
Added text comprehensions (in the style of the list/dict ones)
Bruce Hill
2018-11-26
Simplifying the control flow API and deduplicating the code.
Bruce Hill
2018-11-17
In-progress (but working) overhaul of some elements including: function
Bruce Hill
2018-11-11
Now preserving hex numbers with "0xF00" -> parse -> decompile ->
Bruce Hill
2018-11-11
Lots of fixes to the upgrading and codegen/autoformatting pipeline, also
Bruce Hill
2018-11-09
Better handling of shebangs and comments at the top of a file.
Bruce Hill
2018-11-08
Major overhaul, splitting nomsu_compiler into nomsu_environment,
Bruce Hill
2018-10-30
Fix for compiler not parenthesizing method targets, fix for parser not
Bruce Hill
2018-10-29
Some cleanups and fixes, made the parser more permissive of prematurely
Bruce Hill
2018-09-15
Better parsing of strings and handling of non-printable characters and
Bruce Hill
2018-09-14
Auto-upgraded everything.
Bruce Hill
2018-09-14
Updated compiler to produce cool string output.
Bruce Hill
2018-09-14
Fixes and improvements, and ported nomsu.3.peg to new tidier syntax.
Bruce Hill
2018-09-13
Improvements to indented text parsing and error reporting.
Bruce Hill
2018-09-12
Initial working version.
Bruce Hill