index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
Age
Commit message (
Expand
)
Author
2018-08-29
Handling more compatibility stuff, including Lua 5.4, and a backup for
Bruce Hill
2018-07-24
Switched to optimization level 1 by default (i.e. use precompiled nomsu
Bruce Hill
2018-07-23
Renamed nomsu_tree -> syntax_tree, so anyone looking for syntax trees
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-18
Updated Makefile to copy over compatibility and tools directories, and
Bruce Hill
2018-06-24
Added UNINSTALL_VERSION parameter to makefile so users can specify a
Bruce Hill
2018-06-24
Tweaked `make test` to run both unoptimized and optimized tests.
Bruce Hill
2018-06-24
Removed vestiges of nomsu_latest, so the makefile works properly.
Bruce Hill
2018-06-24
Added manpage and fixed a bug that screwed up nomsu loading.
Bruce Hill
2018-06-24
Slightly tidier install without making a local nomsu$version file, just
Bruce Hill
2018-06-24
Simplifications/streamlining the Make process, and cleaning up some of
Bruce Hill
2018-06-23
Cleaning up makefile and REPL colors.
Bruce Hill
2018-06-23
Fixed up nomsupath behavior and refactored file stuff into its own file.
Bruce Hill
2018-06-23
Fixed and simplified makefile a bit.
Bruce Hill
2018-06-23
Added versioning system.
Bruce Hill
2018-06-22
Changed `make clean` to only clean up build files, not uninstall.
Bruce Hill
2018-06-22
Updating documentation.
Bruce Hill
2018-06-22
Adding fancy makefile that compiles all the moonscript files and
Bruce Hill