Cosmo/examples
CPunch a408353c25 added "break" and "continue" statements
a LoopState was added to the CCompilerState struct which keeps track of breaks, start chunk index, and the start scope of the active loop.
Also, break.cosmo was added to the examples directory, 'continue' and 'break' work as expected.
2020-12-24 00:41:00 -06:00
..
break.cosmo added "break" and "continue" statements 2020-12-24 00:41:00 -06:00
fibtest.cosmo Added dictionary support to OP_ITER 2020-12-17 19:44:04 -06:00
increment.cosmo Added dictionary support to OP_ITER 2020-12-17 19:44:04 -06:00
iterator.cosmo made OP_ITER and OP_NEXT use CObjMethods 2020-12-16 03:51:50 -06:00
newtest.cosmo changed class -> proto 2020-12-05 17:58:56 -06:00
stress.cosmo changed class -> proto 2020-12-05 17:58:56 -06:00
test.cosmo changed class -> proto 2020-12-05 17:58:56 -06:00
test.lua moved examples to examples folder 2020-11-13 17:50:55 -06:00