aboutsummaryrefslogtreecommitdiff
path: root/core/text.nom
AgeCommit message (Collapse)Author
2018-07-09Added pattern matching for text, and comprehension versions of that andBruce Hill
file walking.
2018-06-27Minor fixes.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-14More streamlining and cleanup. Especially for core/metaprogramming.nomBruce Hill
2018-05-29Almost-working reimplementation of source code mapping.Bruce Hill
2018-05-26Re-added sources.Bruce Hill
2018-05-16Moved all the tree->lua and tree->nomsu code back into single functionsBruce Hill
in nomsu.moon, and cleaned up how Vars are treated, since they are not atomic.
2018-05-16Initial working version.Bruce Hill
2018-05-15Cleaning up comments.Bruce Hill
2018-05-03Overhaul with smaller, more concise codebase around definingBruce Hill
actions/macros, and deleting some dead code.
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
indentation now).
2018-04-25Got nomsu codegen working again.Bruce Hill
2018-04-19All tests passing (except object)Bruce Hill
2018-04-13Getting closer.Bruce Hill
2018-04-09Re-added callstack callsite info. It's a bit hacky, but better thanBruce Hill
nothing.
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.