aboutsummaryrefslogtreecommitdiff
path: root/tests/text.nom
AgeCommit message (Collapse)Author
2018-05-03Overhaul with smaller, more concise codebase around definingBruce Hill
actions/macros, and deleting some dead code.
2018-04-27Better text interpolation/handling of "\". Also added syntax support forBruce Hill
(statement; statement)
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
indentation now).
2018-02-07Added unicode test.Bruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill
all the optionals into lib/. lib/core.nom and tests/all.nom are no longer needed now.
2018-01-26Added a ton of tests for virtually all the functionality. Helped me findBruce Hill
and fix a lot of latent problems.