aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-19Recompile.Bruce Hill
2017-10-19Finally fixed the bullshit way that string literals were converted to lua.Bruce Hill
2017-10-19Added some constants to utils.Bruce Hill
2017-10-19Recompile.Bruce Hill
2017-10-19Abbreviated "lua code" to "lua>" and "lua expr" to "=lua" and "luaBruce Hill
2017-10-19Added default dict.Bruce Hill
2017-10-13Rebuilt.Bruce Hill
2017-10-13Made symbols group with each other, instead of *every* one being alone.Bruce Hill
2017-10-13Changed tokenizing to treat symbols as their own things.Bruce Hill
2017-10-13Improved code generation by changing vars["x"] to vars.x for allowed luaBruce Hill
2017-10-13Removed io.write() stuff.Bruce Hill
2017-10-13Rebuilt.Bruce Hill
2017-10-13Improved code generation for "when" statements using elseif, andBruce Hill
2017-10-13Renamed repr_if_not_string to "stringify" and added nomsu:stringify forBruce Hill
2017-10-13Changed generated code to be less verbose for function and macro defsBruce Hill
2017-10-13Added -f option to force rebuilds (for when the compiler changes, notBruce Hill
2017-10-13Added *much* better filename and line number error reporting.Bruce Hill
2017-10-13Tweaked macros to insert runtime checks, rather than compile-time.Bruce Hill
2017-10-12Added better output control for stderr.Bruce Hill
2017-10-12Added chain and "with".Bruce Hill
2017-10-11Added table.remove to collections.Bruce Hill
2017-10-10Added an option to pass in vars to run()Bruce Hill
2017-10-09Fixing up sorting more.Bruce Hill
2017-10-09Fixing sort.Bruce Hill
2017-10-09Added type of alias.Bruce Hill
2017-10-09Added type function.Bruce Hill
2017-10-09Formatting.Bruce Hill
2017-10-09Formatting.Bruce Hill
2017-10-09Updating readme again.Bruce Hill
2017-10-09Updating readme.Bruce Hill
2017-10-09Test fix.Bruce Hill
2017-10-09Updated readme.Bruce Hill
2017-10-09Moved timeout code into compiler and out of a lib.Bruce Hill
2017-10-09Added license.Bruce Hill
2017-10-09Added chain for loaded files.Bruce Hill
2017-10-08Moved colors to only when invoking from command line.Bruce Hill
2017-10-08Added random seed.Bruce Hill
2017-10-08Fixed command line for no args.Bruce Hill
2017-10-08Updated command line interface and compilation.Bruce Hill
2017-10-08Fixed permissions to work better with aliases.Bruce Hill
2017-10-07Added "unless" to core.Bruce Hill
2017-10-07Renamed ansicolors to consolecolors.Bruce Hill
2017-10-07Renamed ansicolors to avoid namespace collision.Bruce Hill
2017-10-05Added note about checking compiler.Bruce Hill
2017-10-05Added ternary unless.Bruce Hill
2017-10-05Fixed ternary operator.Bruce Hill
2017-10-04Updated.Bruce Hill
2017-10-04Added timeout by instruction count.Bruce Hill
2017-10-04Removed printing from permissions.Bruce Hill
2017-10-04Added how do I.Bruce Hill