index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compile_lib.sh
Age
Commit message (
Expand
)
Author
2018-06-12
Lots of optimizations and simplifications, especially towards getting
Bruce Hill
2018-06-04
Optimizations and cleanup. Build script now fails on first error and
Bruce Hill
2018-05-24
Removed the Word tree type and replaced it with raw strings, since
Bruce Hill
2018-05-03
Fix for compile lib putting the files in the wrong place.
Bruce Hill
2018-04-28
Fixed compile_lib and cleaned up control_flow
Bruce Hill
2018-04-28
Overhaul of command-line API. It's a bit cleaner now.
Bruce Hill
2018-03-06
Removed building tests.
Bruce Hill
2018-02-02
Restructured the nomsu files to group all the essentials into core/ and
Bruce Hill
2018-01-26
Added a ton of tests for virtually all the functionality. Helped me find
Bruce Hill
2018-01-24
Fixed unintentional printing of "-n"
Bruce Hill
2018-01-16
Added compile step for lib/core.nom
Bruce Hill
2018-01-12
Switched to use load() with environment table instead of passing in
Bruce Hill
2018-01-10
Switched back to using precompiled lua files instead of lua> "..",
Bruce Hill
2017-12-30
Updated build script.
Bruce Hill
2017-12-18
Improved documentation and compile script.
Bruce Hill
2017-12-11
More updates with more functional macros and source code storage.
Bruce Hill
2017-10-13
Added -f option to force rebuilds (for when the compiler changes, not
Bruce Hill
2017-10-08
Updated command line interface and compilation.
Bruce Hill