index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
code_obj.lua
Age
Commit message (
Expand
)
Author
2018-06-26
Cleaning up metaprogramming a bit and fixing/adding test for recursion
Bruce Hill
2018-06-19
Lots of cleanup.
Bruce Hill
2018-06-18
More streamlining and cleanup.
Bruce Hill
2018-06-18
Initial working version.
Bruce Hill
2018-06-14
More streamlining and cleanup. Especially for core/metaprogramming.nom
Bruce Hill
2018-06-12
Working version.
Bruce Hill
2018-06-12
Lots of optimizations and simplifications, especially towards getting
Bruce Hill
2018-06-12
Removed dependency on 'immutable' library. This lets LuaJIT do more
Bruce Hill
2018-06-04
Optimizations and cleanup. Build script now fails on first error and
Bruce Hill
2018-05-30
Simplified and correctified lib/object (though the codegen still need
Bruce Hill
2018-05-30
Moved as_lua_id() onto 'string'
Bruce Hill
2018-05-29
Almost-working reimplementation of source code mapping.
Bruce Hill
2018-05-29
Cleaned up some asserts for performance.
Bruce Hill
2018-05-27
Some tweaks/cleanup on the nomsu code as well as adding variable
Bruce Hill
2018-05-26
Moving back to capturing tables in LPEG and everything is a Source, not
Bruce Hill
2018-05-26
Re-added sources.
Bruce Hill
2018-05-24
Consolidating code obj code and expunging all [[..]]-style lua strings.
Bruce Hill
2018-05-16
Moved all the tree->lua and tree->nomsu code back into single functions
Bruce Hill
2018-05-15
Minor cleanups changes.
Bruce Hill
2018-05-14
Minor optimizations.
Bruce Hill
2018-05-09
Added tentative support for luajit (depends on pure-lua LPEG
Bruce Hill
2018-05-04
Removing varargs from free var functions.
Bruce Hill
2018-05-03
Minor tweaks/cleanups.
Bruce Hill
2018-04-25
Renamed lua_obj -> code_obj
Bruce Hill