index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
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
Removed debugging shim.
Bruce Hill
2018-07-24
Switched to optimization level 1 by default (i.e. use precompiled nomsu
Bruce Hill
2018-07-24
Updated package.nomsupath behavior to first search the installed
Bruce Hill
2018-07-24
Cleaning up code to make use of newer API.
Bruce Hill
2018-07-24
Added parens around lambdas (% -> %), and removed them from 'result %'
Bruce Hill
2018-07-23
Added more file descriptions.
Bruce Hill
2018-07-23
Added more file descriptions.
Bruce Hill
2018-07-23
Fixed action using (..) instead of ":"
Bruce Hill
2018-07-23
Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees
Bruce Hill
2018-07-23
Recompiled files.
Bruce Hill
2018-07-23
Fixing a bug in error handling.
Bruce Hill
2018-07-23
Updating code to latest version.
Bruce Hill
2018-07-23
Deduplicating code a bit.
Bruce Hill
2018-07-23
Removed 'use "core"'
Bruce Hill
2018-07-23
Merge branch 'default_core' into working
Bruce Hill
2018-07-23
Updating readme.
Bruce Hill
2018-07-23
Added doc for --no-core
Bruce Hill
2018-07-23
Run 'use "core"' by default before running anything else, unless --no-core co...
Bruce Hill
2018-07-23
Fixed blocks starting with extra newline when they start with a comment.
Bruce Hill
2018-07-22
Cleaning up formatting.
Bruce Hill
2018-07-22
Actually removing the tests now that they're inline.
Bruce Hill
2018-07-22
Switching makefile to use inline tests.
Bruce Hill
2018-07-22
Moving all the rest of the tests over to inline versions.
Bruce Hill
2018-07-22
Adding more inline tests.
Bruce Hill
2018-07-22
Merging List/Dict codegen paths to reduce code duplication.
Bruce Hill
2018-07-22
Updated launcher script to use `find` istead of `ls` and `grep`, and to
Bruce Hill
2018-07-22
Re-autoformatted everything. The main changes are: no longer adding a
Bruce Hill
2018-07-22
Better handling of parsing non-filechunks text.
Bruce Hill
2018-07-22
Better handling of invalid line numbers (returning nil instead of random
Bruce Hill
2018-07-22
Shifting further towards having inline tests. Also added a helper
Bruce Hill
2018-07-22
Committing built lua files.
Bruce Hill
2018-07-22
Better error highlighting beyond the first character of the error.
Bruce Hill
2018-07-22
Added equality metamethod to ASTs.
Bruce Hill
2018-07-22
Removing obsolete TODO.
Bruce Hill
2018-07-22
Updated so files without multiple chunks parse as
Bruce Hill
2018-07-21
Updated manpage for -e.
Bruce Hill
2018-07-21
Improvements working towards better inline tests. Improved handling of
Bruce Hill
2018-07-20
Auto-formatted and auto-upgraded everything!
Bruce Hill
2018-07-20
Made the assumption that unspecified code is from the latest nomsu, not
Bruce Hill
2018-07-20
Fix for upgrading from unknown tree.
Bruce Hill
2018-07-20
Tweak to example code.
Bruce Hill
2018-07-20
Improving nomsu codegen.
Bruce Hill
2018-07-20
Slightly better newline handling for long text. Now won't force an
Bruce Hill
2018-07-20
Added documentation.
Bruce Hill
2018-07-20
Fix for (..)-indented actions not handling newlines right.
Bruce Hill
2018-07-20
Fix to prevent blocks from recursively capturing themselves.
Bruce Hill
2018-07-20
Tweaks to the API for text matching.
Bruce Hill
2018-07-20
Removed 'block' from everywhere except inside actions and
Bruce Hill
[next]