Cosmo/examples
CPunch e5eca7bed6 Added iterable objects
__iter and __next are now reserved IStrings, OP_NEXT and OP_ITER have also been added. A new token (TOKEN_IN) has been added to the lexer. The parser now supports the for each loop (for i, ... in <object> do ... end).
savedPushed has been removed from the CCompilerState struct.
2020-12-15 21:21:51 -06:00
..
fibtest.lua replaced facttest.lua with fibtest.lua 2020-12-07 23:26:55 -06:00
increment.cosmo changed class -> proto 2020-12-05 17:58:56 -06:00
iterator.cosmo Added iterable objects 2020-12-15 21:21:51 -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