aboutsummaryrefslogtreecommitdiff
path: root/tests/text.nom
AgeCommit message (Expand)Author
2018-07-18Updating to version 2.4.4.3, with new syntax for multi-statement 'if'Bruce Hill
2018-07-18Upgrading to version 2.3 (main change: "=" instead of "<-" forBruce Hill
2018-07-15Major changes to how versioning and parsing work. This should be aBruce Hill
2018-07-12All tests passing.Bruce Hill
2018-07-10Fixed up line numbers for generated code.Bruce Hill
2018-06-23Moved console colors from core/ into lib/Bruce Hill
2018-06-18Initial working version.Bruce Hill
2018-06-15Updating tests.Bruce Hill
2018-06-14Some cleanup and fixes. Simplifying a lot of code, and extending theBruce Hill
2018-06-06Added list/dict metatables to make comparison and string representationsBruce Hill
2018-05-03Overhaul with smaller, more concise codebase around definingBruce Hill
2018-04-27Better text interpolation/handling of "\". Also added syntax support forBruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
2018-02-07Added unicode test.Bruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill
2018-01-26Added a ton of tests for virtually all the functionality. Helped me findBruce Hill