musictheory / NilScript

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

3.0: Rename @implementation to @class #140

Closed iccir closed 6 years ago

iccir commented 6 years ago

@implementation has always been a weird hybrid of @interface and @implementation. Rename it to @class (which we removed in 2.x so we could make this change in 3.x).