index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2017-12-11
More updates with more functional macros and source code storage.
Bruce Hill
2017-12-09
Recompiled.
Bruce Hill
2017-12-09
Even cleaner support for __src__
Bruce Hill
2017-12-09
Pretty much everything is working??
Bruce Hill
2017-12-08
Simplified parser by removing prev_edge.
Bruce Hill
2017-12-08
Added unicode support and cleaned up the parser a bit.
Bruce Hill
2017-12-04
Incremental progress towards working.
Bruce Hill
2017-12-04
Some stuff changed to allow escaped args and some other ports from the
Bruce Hill
2017-11-01
Added empty string check.
Bruce Hill
2017-11-01
Fixed remove rule rule.
Bruce Hill
2017-11-01
Added remove rule rule.
Bruce Hill
2017-11-01
Removed broken code.
Bruce Hill
2017-11-01
Fixed some codegen stuff, optimized "say" for the common case of string
Bruce Hill
2017-11-01
Added gsub.
Bruce Hill
2017-11-01
Added try/except.
Bruce Hill
2017-10-31
Added local var persistence for REPL.
Bruce Hill
2017-10-31
Added support for serializing rules.
Bruce Hill
2017-10-30
Changed it so variables can't contain wordbreakers anymore.
Bruce Hill
2017-10-23
Removed some unnecessary semicolons on keywords.
Bruce Hill
2017-10-23
Updated comments.
Bruce Hill
2017-10-22
Added tree_to_nomsu() and improved codegen by compiling \foo to
Bruce Hill
2017-10-20
Made it so nomsu only runs REPL with -i
Bruce Hill
2017-10-20
More callstack fixin
Bruce Hill
2017-10-20
Fix for callstack.
Bruce Hill
2017-10-19
Misc. cleanups.
Bruce Hill
2017-10-19
Recompile.
Bruce Hill
2017-10-19
Finally fixed the bullshit way that string literals were converted to lua.
Bruce Hill
2017-10-19
Added some constants to utils.
Bruce Hill
2017-10-19
Recompile.
Bruce Hill
2017-10-19
Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "lua
Bruce Hill
2017-10-19
Added default dict.
Bruce Hill
2017-10-13
Rebuilt.
Bruce Hill
2017-10-13
Made symbols group with each other, instead of *every* one being alone.
Bruce Hill
2017-10-13
Changed tokenizing to treat symbols as their own things.
Bruce Hill
2017-10-13
Improved code generation by changing vars["x"] to vars.x for allowed lua
Bruce Hill
2017-10-13
Removed io.write() stuff.
Bruce Hill
2017-10-13
Rebuilt.
Bruce Hill
2017-10-13
Improved code generation for "when" statements using elseif, and
Bruce Hill
2017-10-13
Renamed repr_if_not_string to "stringify" and added nomsu:stringify for
Bruce Hill
2017-10-13
Changed generated code to be less verbose for function and macro defs
Bruce Hill
2017-10-13
Added -f option to force rebuilds (for when the compiler changes, not
Bruce Hill
2017-10-13
Added *much* better filename and line number error reporting.
Bruce Hill
2017-10-13
Tweaked macros to insert runtime checks, rather than compile-time.
Bruce Hill
2017-10-12
Added better output control for stderr.
Bruce Hill
2017-10-12
Added chain and "with".
Bruce Hill
2017-10-11
Added table.remove to collections.
Bruce Hill
2017-10-10
Added an option to pass in vars to run()
Bruce Hill
2017-10-09
Fixing up sorting more.
Bruce Hill
2017-10-09
Fixing sort.
Bruce Hill
2017-10-09
Added type of alias.
Bruce Hill
[next]