index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
string2.moon
Age
Commit message (
Collapse
)
Author
2018-11-02
Changed stub convention to (foo 1 baz 2) -> foo_1_baz instead of
Bruce Hill
foo_1_baz_2, removed "smext", made some cleanup changes.
2018-10-03
Some incremental progress.
Bruce Hill
2018-10-03
Fixed up some edge cases with as_lua_id and from_lua_id that were
Bruce Hill
producing bad results.
2018-09-26
Incremental fixes and more nomnom ports.
Bruce Hill
2018-09-21
Incremental checkin, currently not working, just saving progress.
Bruce Hill
2018-09-18
Got rid of repr() use and replaced with :as_lua() or :as_nomsu() in as
Bruce Hill
many places as possible.
2018-09-18
Oops, added "$" to ensure keywords with suffixes don't get changed.
Bruce Hill
2018-09-18
Added code for handling lua keywords in as_lua_id().
Bruce Hill
2018-09-18
Fix for as_lua_id() for keywords
Bruce Hill
2018-09-14
Updated compiler to produce cool string output.
Bruce Hill
2018-09-13
Improvements to indented text parsing and error reporting.
Bruce Hill
2018-09-12
Initial working version.
Bruce Hill