vein icon indicating copy to clipboard operation
vein copied to clipboard

Implementation of foreach syntax

Open 0xF6 opened this issue 3 years ago • 0 comments

  • [x] ~~opcodes~~
  • [x] syntax, ast support
  • [ ] ast->il <- blocked
  • [ ] detect implementation of IYieldable <- blocked, need (#61)
foreach (auto i in arr)
{
}

blocked by #103

0xF6 avatar Jun 26 '21 17:06 0xF6