mirror of
https://github.com/CPunch/Cosmo.git
synced 2024-11-05 00:00:10 +00:00
CPunch
e5eca7bed6
__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. |
||
---|---|---|
.. | ||
fibtest.lua | ||
increment.cosmo | ||
iterator.cosmo | ||
newtest.cosmo | ||
stress.cosmo | ||
test.cosmo | ||
test.lua |