musictheory / NilScript

Objective-C-style language superset of JavaScript with a tiny, simple runtime
Other
50 stars 5 forks source link

3.0: Investigate protocol type changes #139

Closed iccir closed 6 years ago

iccir commented 6 years ago

It may make sense to change id<ProtocolName> to ProtocolName. This may reduce complexity when mapping TypeScript types back to NilScript types.