aboutsummaryrefslogtreecommitdiff
path: root/core/control_flow.nom
AgeCommit message (Expand)Author
2018-05-10Cleanup: removed "File" type trees (now just Block), overhauledBruce Hill
2018-04-28Fixed compile_lib and cleaned up control_flowBruce Hill
2018-04-25Overhauling parsing of Blocks (can no longer contain only one statement)Bruce Hill
2018-04-25Removing end-of-line ":" and "(..)" for blocks (they just useBruce Hill
2018-04-24Refactor to improve indentation and move as_nomsu() into tree methods.Bruce Hill
2018-04-19All tests passing (except object)Bruce Hill
2018-04-18More cleanup, slowly working through operators/control_flowBruce 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
2018-04-08Switched to use "." syntax.Bruce Hill
2018-02-13Initial branch of switching to using immutable types.Bruce Hill
2018-02-08Moved over to have tree metadata stored outside the tree. This paves theBruce Hill
2018-02-02Restructured the nomsu files to group all the essentials into core/ andBruce Hill