index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Age
Commit message (
Expand
)
Author
2018-05-15
Removed "for all"-style iteration and changed "for % from 1 to 10"-style
Bruce Hill
2018-05-15
Adding support for coroutines, and cleaning up comment syntax.
Bruce Hill
2018-05-15
More API cleanup, and fixed a bug with optimized lua files generating
Bruce Hill
2018-05-15
Minor cleanups changes.
Bruce Hill
2018-05-10
Added scoping test.
Bruce Hill
2018-05-10
Cleanup: removed "File" type trees (now just Block), overhauled
Bruce Hill
2018-05-09
Renamed "export" to "external"
Bruce Hill
2018-05-03
Overhaul with smaller, more concise codebase around defining
Bruce Hill
2018-04-30
Fix for math expression parsing
Bruce Hill
2018-04-28
Overhaul of command-line API. It's a bit cleaner now.
Bruce Hill
2018-04-27
Better text interpolation/handling of "\". Also added syntax support for
Bruce Hill
2018-04-25
Removing end-of-line ":" and "(..)" for blocks (they just use
Bruce Hill
2018-04-19
All tests passing (except object)
Bruce Hill
2018-04-08
Cleaned up LHS of "." operator to avoid adding unnecessary parens so
Bruce Hill
2018-02-07
Added unicode test.
Bruce Hill
2018-02-02
Restructured the nomsu files to group all the essentials into core/ and
Bruce Hill
2018-01-31
Added test for OO.
Bruce Hill
2018-01-29
Fixed error->barf
Bruce Hill
2018-01-26
Added a ton of tests for virtually all the functionality. Helped me find
Bruce Hill