aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-24Added link to Nomic wiki.Bruce Hill
2018-07-24Updated luafilesystem urls to point to both JIT and non-JIT versions.Bruce Hill
2018-07-24Updating file stuff for better compatibility with Lua 5.2 and fixingBruce Hill
2018-07-24Removed debugging shim.Bruce Hill
2018-07-24Switched to optimization level 1 by default (i.e. use precompiled nomsuBruce Hill
2018-07-24Updated package.nomsupath behavior to first search the installedBruce Hill
2018-07-24Cleaning up code to make use of newer API.Bruce Hill
2018-07-24Added parens around lambdas (% -> %), and removed them from 'result %'Bruce Hill
2018-07-23Added more file descriptions.Bruce Hill
2018-07-23Added more file descriptions.Bruce Hill
2018-07-23Fixed action using (..) instead of ":"Bruce Hill
2018-07-23Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax treesBruce Hill
2018-07-23Recompiled files.Bruce Hill
2018-07-23Fixing a bug in error handling.Bruce Hill
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