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-30
Changed autoformatting rules to ensure tests get clumped together with
Bruce Hill
2018-07-30
Fixed bitwise operators to work on Lua 5.2 and LuaJIT, and added tests.
Bruce Hill
2018-07-30
Removed traceback function so debug library isn't needed.
Bruce Hill
2018-07-30
Added bit library and support for checking Lua version and whether
Bruce Hill
2018-07-30
Fix for REPL not getting launched when `nomsu -I lib` is run.
Bruce Hill
2018-07-30
Need to make sure all the files get run so their tests are loaded.
Bruce Hill
2018-07-30
Switching hashes to use base64 instead of hex.
Bruce Hill
2018-07-30
Simplifying.
Bruce Hill
2018-07-30
Added parens for correctness and methods for accessing bytes and making
Bruce Hill
2018-07-30
Fix for parsing empty files, adding hex number literals (0xdeadbeef),
Bruce Hill
2018-07-26
Fixed a bug where if an indented string interpolation was at the end of
Bruce Hill
2018-07-26
Recompiled.
Bruce Hill
2018-07-26
Fixed bug where Text was the first item in an index chain.
Bruce Hill
2018-07-26
Fix for -e strings not getting executed because Files.walk didn't
Bruce Hill
2018-07-26
Switching compile action to parse action for 3-way comparison.
Bruce Hill
2018-07-25
Updated version numbers.
Bruce Hill
2018-07-25
Removing debug print.
Bruce Hill
2018-07-24
Fix for source being too long.
Bruce Hill
2018-07-24
Fixed stdin handling.
Bruce Hill
2018-07-24
Fixed example to be actually functional.
Bruce Hill
2018-07-24
More concise version requirements.
Bruce Hill
2018-07-24
Added link to Nomic wiki.
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
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
[next]