musictheory / NilScript

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

Warn when superclass is missing. #119

Closed iccir closed 8 years ago

iccir commented 8 years ago

The following should error or warn:

@implementation Foo : NonExistantClass
@end
iccir commented 8 years ago

Implemented via warn-unknown-superclasses option.