index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
control_flow.nom
Age
Commit message (
Expand
)
Author
2018-07-20
Auto-formatted and auto-upgraded everything!
Bruce Hill
2018-07-18
Updating to version 2.4.4.3, with new syntax for multi-statement 'if'
Bruce Hill
2018-07-18
Upgrading to version 2.3 (main change: "=" instead of "<-" for
Bruce Hill
2018-07-15
Major changes to how versioning and parsing work. This should be a
Bruce Hill
2018-06-26
Cleaning up metaprogramming a bit and fixing/adding test for recursion
Bruce Hill
2018-06-18
Added test for multiple labels.
Bruce Hill
2018-06-15
Updating tests.
Bruce Hill
2018-06-14
Some cleanup and fixes. Simplifying a lot of code, and extending the
Bruce Hill
2018-06-14
More streamlining and cleanup. Especially for core/metaprogramming.nom
Bruce Hill
2018-06-12
Lots of optimizations and simplifications, especially towards getting
Bruce Hill
2018-06-04
Cleanups to try/catch logic and object logic.
Bruce Hill
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-10
Cleanup: removed "File" type trees (now just Block), overhauled
Bruce Hill
2018-02-02
Restructured the nomsu files to group all the essentials into core/ and
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