nuprl / Stopify

A JS-to-JS compiler that makes it easier to build Web IDEs and compile to JS.
https://zenodo.org/records/10408254
BSD 3-Clause "New" or "Revised" License
168 stars 12 forks source link

Stopify as a module #95

Closed rachitnigam closed 6 years ago

rachitnigam commented 6 years ago

The integration of stopify with the pyret compiler needs stopify to be a require-able module. An programmatic interface like ones used by BuckleScript and Typescript will probably do for now.

We should eventually decide what functions to expose through this library.

rachitnigam commented 6 years ago

b/w arjun and my commits, this is fixed.