aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-08-27Bunch of miscellaneous changes. Paved the way a little bit for havingBruce Hill
2018-07-30Added compatibility for 2.5.5.5 (file hash changes).Bruce Hill
2018-07-30Updated lib version (for training_wheels and base64).Bruce Hill
2018-07-30Updated training wheels (much overdue).Bruce Hill
2018-07-30Cleaning up clumping logic a little.Bruce Hill
2018-07-30Changed autoformatting rules to ensure tests get clumped together withBruce Hill
2018-07-30Fixed bitwise operators to work on Lua 5.2 and LuaJIT, and added tests.Bruce Hill
2018-07-30Removed traceback function so debug library isn't needed.Bruce Hill
2018-07-30Added bit library and support for checking Lua version and whetherBruce Hill
2018-07-30Fix for REPL not getting launched when `nomsu -I lib` is run.Bruce Hill
2018-07-30Need to make sure all the files get run so their tests are loaded.Bruce Hill
2018-07-30Switching hashes to use base64 instead of hex.Bruce Hill
2018-07-30Simplifying.Bruce Hill
2018-07-30Added parens for correctness and methods for accessing bytes and makingBruce Hill
2018-07-30Fix for parsing empty files, adding hex number literals (0xdeadbeef),Bruce Hill
2018-07-26Fixed a bug where if an indented string interpolation was at the end ofBruce Hill
2018-07-26Recompiled.Bruce Hill
2018-07-26Fixed bug where Text was the first item in an index chain.Bruce Hill
2018-07-26Fix for -e strings not getting executed because Files.walk didn'tBruce Hill
2018-07-26Switching compile action to parse action for 3-way comparison.Bruce Hill
2018-07-25Updated version numbers.Bruce Hill
2018-07-25Removing debug print.Bruce Hill
2018-07-24Fix for source being too long.Bruce Hill
2018-07-24Fixed stdin handling.Bruce Hill
2018-07-24Fixed example to be actually functional.Bruce Hill
2018-07-24More concise version requirements.Bruce Hill
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