aboutsummaryrefslogtreecommitdiff
path: root/files.moon
AgeCommit message (Expand)Author
2019-01-14Overhaul in progress, mostly working. Moved all the nomsu packages intoBruce Hill
2019-01-10Major overhaul of how modules and environments work, along with someBruce Hill
2019-01-08Removed automatic file caching.Bruce Hill
2019-01-06Added option to skip cache and piped stderr to /dev/nullBruce Hill
2018-11-20Simplifying the filesystem code (no longer entangled with nomsupath) andBruce Hill
2018-11-19Tweaks and API cleanup.Bruce Hill
2018-11-09Lots of cleanups, including expanded use of (... compiles to "textBruce Hill
2018-11-08Major overhaul, splitting nomsu_compiler into nomsu_environment,Bruce Hill
2018-11-02Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead ofBruce Hill
2018-10-31Bumped version number, fixed REPL, and simplified/fixed (use %).Bruce Hill
2018-09-08Minor fixes/tidying.Bruce Hill
2018-07-26Fix for -e strings not getting executed because Files.walk didn'tBruce Hill
2018-07-25Removing debug print.Bruce Hill
2018-07-24Fixed stdin handling.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-24Updated package.nomsupath behavior to first search the installedBruce Hill
2018-07-22Better handling of invalid line numbers (returning nil instead of randomBruce Hill
2018-07-21Improvements working towards better inline tests. Improved handling ofBruce Hill
2018-07-19Fixed some bugs in trailing_line_len() and refactored tree_to_nomsu intoBruce Hill
2018-07-17Optimization/simplification pass.Bruce Hill
2018-07-09Adding some compatibility stuff.Bruce Hill
2018-07-09Simplified the command line interface.Bruce Hill
2018-06-28Improvements to nomsu codegen (comments are now retained) and someBruce Hill
2018-06-26Cleaning up metaprogramming a bit and fixing/adding test for recursionBruce Hill
2018-06-24Cleaning up code and shuffling things around.Bruce Hill
2018-06-24Cleaning up non LFS codepath for files and READMEBruce Hill
2018-06-24Simplifications/streamlining the Make process, and cleaning up some ofBruce Hill
2018-06-23Minor cleanupBruce Hill
2018-06-23Fixed up nomsupath behavior and refactored file stuff into its own file.Bruce Hill