index
:
nomsu
main
The Nomsu programming language
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
control_flow.nom
Age
Commit message (
Expand
)
Author
2018-05-26
Re-added sources.
Bruce Hill
2018-05-24
Removed the Word tree type and replaced it with raw strings, since
Bruce Hill
2018-05-24
Misc changes, fixed up Object lib and tests.
Bruce Hill
2018-05-16
Initial working version.
Bruce Hill
2018-05-15
Removed "for all"-style iteration and changed "for % from 1 to 10"-style
Bruce Hill
2018-05-15
Cleaning up comments.
Bruce Hill
2018-05-15
Adding support for coroutines, and cleaning up comment syntax.
Bruce Hill
2018-05-10
Cleanup: removed "File" type trees (now just Block), overhauled
Bruce Hill
2018-04-28
Fixed compile_lib and cleaned up control_flow
Bruce Hill
2018-04-25
Overhauling parsing of Blocks (can no longer contain only one statement)
Bruce Hill
2018-04-25
Removing end-of-line ":" and "(..)" for blocks (they just use
Bruce Hill
2018-04-24
Refactor to improve indentation and move as_nomsu() into tree methods.
Bruce Hill
2018-04-19
All tests passing (except object)
Bruce Hill
2018-04-18
More cleanup, slowly working through operators/control_flow
Bruce Hill
2018-04-17
Partially working, at least for metaprogramming.nom
Bruce Hill
2018-04-17
Moving tree_to_lua into each of the Nomsu tree types, which are now in
Bruce Hill
2018-04-08
Switched to use "." syntax.
Bruce Hill
2018-02-13
Initial branch of switching to using immutable types.
Bruce Hill
2018-02-08
Moved over to have tree metadata stored outside the tree. This paves the
Bruce Hill
2018-02-02
Restructured the nomsu files to group all the essentials into core/ and
Bruce Hill