aboutsummaryrefslogtreecommitdiff
path: root/core/collections.nom
AgeCommit message (Expand)Author
2018-06-23Added versioning system.Bruce Hill
2018-06-20Cleanups.Bruce Hill
2018-06-18More streamlining and cleanup.Bruce Hill
2018-06-18Initial working version.Bruce Hill
2018-06-14More streamlining and cleanup. Especially for core/metaprogramming.nomBruce Hill
2018-06-06Added list/dict metatables to make comparison and string representationsBruce Hill
2018-06-04Optimizations and cleanup. Build script now fails on first error andBruce Hill
2018-05-30Added 'for (%k,%v) in ...' alias for 'for %k = %v in ...'Bruce Hill
2018-05-30Better parse error reporting.Bruce Hill
2018-05-27Some tweaks/cleanup on the nomsu code as well as adding variableBruce Hill
2018-05-15Removed "for all"-style iteration and changed "for % from 1 to 10"-styleBruce Hill
2018-05-15Cleaning up comments.Bruce Hill
2018-05-10Cleanup: removed "File" type trees (now just Block), overhauledBruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
2018-04-19All tests passing (except object)Bruce Hill
2018-04-08Switched to use "." syntax.Bruce Hill
2018-02-05Fixed bug with iteration over range that starts after 1, and added anBruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill