aboutsummaryrefslogtreecommitdiff
path: root/utils.moon
AgeCommit message (Collapse)Author
2017-10-13Improved code generation for "when" statements using elseif, andBruce Hill
improved code generation for loops by omitting goto labels when not used.
2017-10-13Renamed repr_if_not_string to "stringify" and added nomsu:stringify forBruce Hill
convenience.
2017-09-25lib/metaprogramming.nom is working!Bruce Hill
2017-09-24massive overhaul, compiler kinda works.Bruce Hill
2017-09-21Overhaul of invocations/specs. Much cleaner and more consistent now,Bruce Hill
with less code duplication.
2017-09-21Another overhaul, this time pulling all the chunks of the core lib intoBruce Hill
their own files.
2017-09-20Added and fixed up "when"Bruce Hill
2017-09-18Fixed repr to use __tostring metamethod if present.Bruce Hill
2017-09-14Made repr fix more flexible/correct.Bruce Hill
2017-09-14Fixed a bug in repr for strings ending in "]", and added moonscriptBruce Hill
macros.
2017-09-12Tweaks and fixes.Bruce Hill
2017-09-12Tweaks and fixes.Bruce Hill
2017-09-11working towards moving more code into nomic.Bruce Hill
2017-09-11probably working after refactor?Bruce Hill
2017-09-05Added longstrings and removed indentification step.Bruce Hill
2017-08-22Updated core with new syntax.Bruce Hill
2017-08-22Totally working everything (probably) with if and for macros.Bruce Hill
2017-08-20In-progress working whitespace stuff.Bruce Hill
2017-08-18Cleanup and utils file.Bruce Hill