vein icon indicating copy to clipboard operation
vein copied to clipboard

[EPIC] Support interfaces

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

  • [x] syntax, ast support
  • [ ] unit tests
  • [ ] ast->il
  • [ ] vtables test
  • [ ] #64
  • [x] #65
  • [ ] #66
  • [x] #77
  • [x] #67
  • [x] #68
public interface IFooBar
{
   method1(): void;
   method2(arg: Int32): void;
}

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