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-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
2017-10-09
Added type function.
Bruce Hill
2017-10-09
Formatting.
Bruce Hill
2017-10-09
Formatting.
Bruce Hill
2017-10-09
Updating readme again.
Bruce Hill
2017-10-09
Updating readme.
Bruce Hill
2017-10-09
Test fix.
Bruce Hill
2017-10-09
Updated readme.
Bruce Hill
2017-10-09
Moved timeout code into compiler and out of a lib.
Bruce Hill
2017-10-09
Added license.
Bruce Hill
2017-10-09
Added chain for loaded files.
Bruce Hill
2017-10-08
Moved colors to only when invoking from command line.
Bruce Hill
2017-10-08
Added random seed.
Bruce Hill
2017-10-08
Fixed command line for no args.
Bruce Hill
2017-10-08
Updated command line interface and compilation.
Bruce Hill
2017-10-08
Fixed permissions to work better with aliases.
Bruce Hill
2017-10-07
Added "unless" to core.
Bruce Hill
2017-10-07
Renamed ansicolors to consolecolors.
Bruce Hill
2017-10-07
Renamed ansicolors to avoid namespace collision.
Bruce Hill
2017-10-05
Added note about checking compiler.
Bruce Hill
2017-10-05
Added ternary unless.
Bruce Hill
2017-10-05
Fixed ternary operator.
Bruce Hill
2017-10-04
Updated.
Bruce Hill
2017-10-04
Added timeout by instruction count.
Bruce Hill
2017-10-04
Removed printing from permissions.
Bruce Hill
2017-10-04
Added how do I.
Bruce Hill
2017-10-02
Fixed one compiler bug with comments immediately after indenting
Bruce Hill
2017-10-02
Updating comments.
Bruce Hill
2017-10-02
Added ansi colors to repo.
Bruce Hill
2017-10-02
Playing with formatting.
Bruce Hill
2017-10-02
Removed tutorial (redundant with examples/how_do_i.nom)
Bruce Hill
2017-10-02
Added some ansi color escapes.
Bruce Hill
2017-10-02
More progress towards making everything work.
Bruce Hill
2017-10-02
Updated to undo some of the block/thunk stuff. Thunks are thunks, and
Bruce Hill
[next]