Commit Graph

2 Commits

Author SHA1 Message Date
6e1a19f341 Finish up branch implementation
* while and unconditional loops are now supported fully
* break and continue keywords for loop control
* List::thunkify() has been broken into its own structure so it can be
  broken out further as necessary

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-11-13 20:00:31 -08:00
d7c08ed090 Add new example showing off how branches work
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2020-11-10 18:04:37 -08:00