index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
metaprogramming.nom
Age
Commit message (
Expand
)
Author
2018-06-23
Fixed up nomsupath behavior and refactored file stuff into its own file.
Bruce Hill
2018-06-18
Initial working version.
Bruce Hill
2018-06-14
Some cleanup and fixes. Simplifying a lot of code, and extending the
Bruce Hill
2018-06-14
Reshuffling some files.
Bruce Hill
2018-06-12
Working version.
Bruce Hill
2018-06-12
Removed dependency on 'immutable' library. This lets LuaJIT do more
Bruce Hill
2018-06-06
Added list/dict metatables to make comparison and string representations
Bruce Hill
2018-05-27
Some tweaks/cleanup on the nomsu code as well as adding variable
Bruce Hill
2018-05-26
Re-added sources.
Bruce Hill
2018-05-16
Initial working version.
Bruce Hill
2018-05-15
More API cleanup, and fixed a bug with optimized lua files generating
Bruce Hill
2018-05-15
Minor cleanups changes.
Bruce Hill
2018-04-19
All tests passing (except object)
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