aboutsummaryrefslogtreecommitdiff
path: root/lib/tools/tutorial.nom
AgeCommit message (Collapse)Author
2019-03-20Switching more verbose ("Action" tree with "foo" $x) syntax to `(fooBruce Hill
`$x) when possible
2019-03-20Auto-updated to 7.0.0 syntax and removed some shims.Bruce Hill
2019-02-02Added inheritance section for tutorialBruce Hill
2019-01-29Switched to have colors/utf8 be optional, fixed an issue with currentlyBruce Hill
running files leaking when errors occurred (causing spurious circular import errors), and improved tutorial.
2019-01-27Improved tutorial.Bruce Hill
2019-01-22Moved all the text method stuff into text.moon instead of splittingBruce Hill
across string2/containers. Modified the type stuff to output better type names and use (a Dict) and (a List) instead of (Dict) and (List). (Text) now also has a proper constructor. (assume) now also handles a bunch of different assumptions with smart error messages.
2019-01-19Made tutorial jump to error position, instead of first ??? or <your codeBruce Hill
here>.
2019-01-19Added to tutorial.Bruce Hill
2019-01-18Improving the tutorial.Bruce Hill
2019-01-18Added tutorial (WIP)Bruce Hill