fabiosantoscode / js2cpp

A toy js -> c++ compiler written in coffeescript. Uses escodegen to write c++ and tern to figure out types.
110 stars 11 forks source link

Shared library mode #3

Open fabiosantoscode opened 8 years ago

fabiosantoscode commented 8 years ago

Allow users to author a c++ shared library with a C interface, as opposed to a c++ program.

This would also imply the automated creation of a C header file describing the functions exported.