aboutsummaryrefslogtreecommitdiff
path: root/nomsu_tree.moon
AgeCommit message (Expand)Author
2018-04-24Switched repr() to only return ""-style strings, and not [[]]-style,Bruce Hill
2018-04-24Refactor to improve indentation and move as_nomsu() into tree methods.Bruce Hill
2018-04-20Lots of optimizations.Bruce Hill
2018-04-20Cleanups and optimizations.Bruce Hill
2018-04-19Switched last char check to first char so foo[x] doesn't get mixed upBruce Hill
2018-04-19All tests passing (except object)Bruce Hill
2018-04-18More cleanup, slowly working through operators/control_flowBruce Hill
2018-04-18More working, shifting towards having Lua and Nomsu objects instead ofBruce Hill
2018-04-17Partially working, at least for metaprogramming.nomBruce Hill
2018-04-17Moving tree_to_lua into each of the Nomsu tree types, which are now inBruce Hill