musictheory / NilScript

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

Add API to get symbol list #75

Closed iccir closed 8 years ago

iccir commented 8 years ago

Right now, the musictheory.net build script has private knowledge of ojc internals in order to create the symbol list sent to HockeyApp for crash log symbolication. This is something other clients may want.

It would be nice to have a include-symbols compiler option. When set, a symbols object would be included on the compiler results object. This would be a simple map of symbolicated name (or squeezed name) to human-readable name.

iccir commented 8 years ago

On 2.0 branch

iccir commented 7 years ago

Update: this is superseded by #122