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-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
2018-06-21
Cleanup of some metaprogramming stuff, as well as adding support for
Bruce Hill
2018-06-20
Cleaning up examples.
Bruce Hill
2018-06-20
Cleanups.
Bruce Hill
2018-06-19
Tidying up error handling and REPL.
Bruce Hill
2018-06-19
Fixing up some error reporting
Bruce Hill
2018-06-19
Split up CLI and NomsuCompiler
Bruce Hill
2018-06-19
Moved error logic into its own file.
Bruce Hill
2018-06-19
Lots of cleanup.
Bruce Hill
2018-06-18
Added test for multiple labels.
Bruce Hill
2018-06-18
Minor cleanups
Bruce Hill
2018-06-18
More streamlining and cleanup.
Bruce Hill
2018-06-18
Moved parsing into a different file
Bruce Hill
2018-06-18
Initial working version.
Bruce Hill
2018-06-15
Fixed some nomsu codegen bugs
Bruce Hill
2018-06-15
Cleaned up/improved the command line interface, and fixed the
Bruce Hill
2018-06-15
Updating tests.
Bruce Hill
2018-06-15
Updated README
Bruce Hill
2018-06-15
Removed debug shim.
Bruce Hill
2018-06-15
Improvements to object system.
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-14
More streamlining and cleanup. Especially for core/metaprogramming.nom
Bruce Hill
2018-06-13
Fixed tree_to_nomsu to produce "blah\%x" instead of "blah\(%x)"
Bruce Hill
2018-06-13
Simplifying code.
Bruce Hill
2018-06-12
Much improved code formatting for tree_to_nomsu
Bruce Hill
2018-06-12
Fixed some bugs.
Bruce Hill
2018-06-12
Working version.
Bruce Hill
2018-06-12
Minor optimizations to indent/dedent/nodent.
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-12
Tidying up exceptions and error reporting. Also simplified the grammar a
Bruce Hill
2018-06-06
Added alias: "% as number"
Bruce Hill
2018-06-06
Added list/dict metatables to make comparison and string representations
Bruce Hill
2018-06-05
Fixed piping in file.
Bruce Hill
2018-06-05
Updating how_do_i
Bruce Hill
2018-06-05
Fixed indentation detection for indented text with leading whitespace.
Bruce Hill
2018-06-05
Updating documentation.
Bruce Hill
2018-06-04
Minor tidying.
Bruce Hill
2018-06-04
Much better reporting for compile-time errors (now includes source and
Bruce Hill
2018-06-04
Optimizations and cleanup. Build script now fails on first error and
Bruce Hill
2018-06-04
Switched from Node(Tuple(values...), source) to Node(source, values...),
Bruce Hill
2018-06-04
Cleanups to try/catch logic and object logic.
Bruce Hill
2018-05-30
Added todo
Bruce Hill
2018-05-30
Simplified and correctified lib/object (though the codegen still need
Bruce Hill
2018-05-30
Dead code cleanup
Bruce Hill
2018-05-30
Added 'for (%k,%v) in ...' alias for 'for %k = %v in ...'
Bruce Hill
2018-05-30
Moved as_lua_id() onto 'string'
Bruce Hill
[next]