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