musictheory / NilScript

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

3.0: Remove C++-style syntax for @cast #147

Closed iccir closed 6 years ago

iccir commented 6 years ago

Right now, there's two ways to do a @cast:

@cast<String, foo>
@cast(String, foo)

Let's canonicalize the second and remove support for the first.