aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-23Updating code to latest version.Bruce Hill
2018-07-23Deduplicating code a bit.Bruce Hill
2018-07-23Removed 'use "core"'Bruce Hill
2018-07-23Merge branch 'default_core' into workingBruce Hill
2018-07-23Updating readme.Bruce Hill
2018-07-23Added doc for --no-coreBruce Hill
2018-07-23Run 'use "core"' by default before running anything else, unless --no-core co...Bruce Hill
2018-07-23Fixed blocks starting with extra newline when they start with a comment.Bruce Hill
2018-07-22Cleaning up formatting.Bruce Hill
2018-07-22Actually removing the tests now that they're inline.Bruce Hill
2018-07-22Switching makefile to use inline tests.Bruce Hill
2018-07-22Moving all the rest of the tests over to inline versions.Bruce Hill
2018-07-22Adding more inline tests.Bruce Hill
2018-07-22Merging List/Dict codegen paths to reduce code duplication.Bruce Hill
2018-07-22Updated launcher script to use `find` istead of `ls` and `grep`, and toBruce Hill
2018-07-22Re-autoformatted everything. The main changes are: no longer adding aBruce Hill
2018-07-22Better handling of parsing non-filechunks text.Bruce Hill
2018-07-22Better handling of invalid line numbers (returning nil instead of randomBruce Hill
2018-07-22Shifting further towards having inline tests. Also added a helperBruce Hill
2018-07-22Committing built lua files.Bruce Hill
2018-07-22Better error highlighting beyond the first character of the error.Bruce Hill
2018-07-22Added equality metamethod to ASTs.Bruce Hill
2018-07-22Removing obsolete TODO.Bruce Hill
2018-07-22Updated so files without multiple chunks parse asBruce Hill
2018-07-21Updated manpage for -e.Bruce Hill
2018-07-21Improvements working towards better inline tests. Improved handling ofBruce Hill
2018-07-20Auto-formatted and auto-upgraded everything!Bruce Hill
2018-07-20Made the assumption that unspecified code is from the latest nomsu, notBruce Hill
2018-07-20Fix for upgrading from unknown tree.Bruce Hill
2018-07-20Tweak to example code.Bruce Hill
2018-07-20Improving nomsu codegen.Bruce Hill
2018-07-20Slightly better newline handling for long text. Now won't force anBruce Hill
2018-07-20Added documentation.Bruce Hill
2018-07-20Fix for (..)-indented actions not handling newlines right.Bruce Hill
2018-07-20Fix to prevent blocks from recursively capturing themselves.Bruce Hill
2018-07-20Tweaks to the API for text matching.Bruce Hill
2018-07-20Removed 'block' from everywhere except inside actions andBruce Hill
2018-07-20Simplifying and correcting the nomsu codegen.Bruce Hill
2018-07-19Improving and cleaning up nomsu codegen.Bruce Hill
2018-07-19Fixes and simplifications for nomsu codegen.Bruce Hill
2018-07-19Hopefully last correctness fix for trailing_line_len(), now it's justBruce Hill
2018-07-19Fixed some bugs in trailing_line_len() and refactored tree_to_nomsu intoBruce Hill
2018-07-19chmod +x for all tools.Bruce Hill
2018-07-19*actual* fix for the codegen for (do: if (yes) (: say "hi"); say "done")Bruce Hill
2018-07-19Fix for nomsu codegen of blocks, particularly nested mutli-blocks like:Bruce Hill
2018-07-18Updating to version 2.4.4.3, with new syntax for multi-statement 'if'Bruce Hill
2018-07-18Genericizing.Bruce Hill
2018-07-18Updated Makefile to copy over compatibility and tools directories, andBruce Hill
2018-07-18Upgrading to version 2.3 (main change: "=" instead of "<-" forBruce Hill
2018-07-18Prep work for next big upgrade, including adding a shorthand forBruce Hill