index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
collections.nom
Age
Commit message (
Expand
)
Author
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-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-06
Added list/dict metatables to make comparison and string representations
Bruce Hill
2018-05-27
Some tweaks/cleanup on the nomsu code as well as adding variable
Bruce Hill
2018-05-15
Removed "for all"-style iteration and changed "for % from 1 to 10"-style
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-02
Restructured the nomsu files to group all the essentials into core/ and
Bruce Hill
2018-01-26
Added a ton of tests for virtually all the functionality. Helped me find
Bruce Hill