index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
files.moon
Age
Commit message (
Expand
)
Author
2018-11-19
Tweaks and API cleanup.
Bruce Hill
2018-11-09
Lots of cleanups, including expanded use of (... compiles to "text
Bruce Hill
2018-11-08
Major overhaul, splitting nomsu_compiler into nomsu_environment,
Bruce Hill
2018-11-02
Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of
Bruce Hill
2018-10-31
Bumped version number, fixed REPL, and simplified/fixed (use %).
Bruce Hill
2018-09-08
Minor fixes/tidying.
Bruce Hill
2018-07-26
Fix for -e strings not getting executed because Files.walk didn't
Bruce Hill
2018-07-25
Removing debug print.
Bruce Hill
2018-07-24
Fixed stdin handling.
Bruce Hill
2018-07-24
Updated luafilesystem urls to point to both JIT and non-JIT versions.
Bruce Hill
2018-07-24
Updating file stuff for better compatibility with Lua 5.2 and fixing
Bruce Hill
2018-07-24
Updated package.nomsupath behavior to first search the installed
Bruce Hill
2018-07-22
Better handling of invalid line numbers (returning nil instead of random
Bruce Hill
2018-07-21
Improvements working towards better inline tests. Improved handling of
Bruce Hill
2018-07-19
Fixed some bugs in trailing_line_len() and refactored tree_to_nomsu into
Bruce Hill
2018-07-17
Optimization/simplification pass.
Bruce Hill
2018-07-09
Adding some compatibility stuff.
Bruce Hill
2018-07-09
Simplified the command line interface.
Bruce Hill
2018-06-28
Improvements to nomsu codegen (comments are now retained) and some
Bruce Hill
2018-06-26
Cleaning up metaprogramming a bit and fixing/adding test for recursion
Bruce Hill
2018-06-24
Cleaning up code and shuffling things around.
Bruce Hill
2018-06-24
Cleaning up non LFS codepath for files and README
Bruce Hill
2018-06-24
Simplifications/streamlining the Make process, and cleaning up some of
Bruce Hill
2018-06-23
Minor cleanup
Bruce Hill
2018-06-23
Fixed up nomsupath behavior and refactored file stuff into its own file.
Bruce Hill