frgomes / scala-bindgen

A native binding generator for the Scala language.
BSD 3-Clause "New" or "Revised" License
35 stars 6 forks source link

Create a bindings for getopt and Clang C API #6

Closed frgomes closed 7 years ago

frgomes commented 8 years ago

At this point, getopt.h and Index.h (from Clang) are defined by hand for the sake of bootstraping.

frgomes commented 7 years ago

NOTE: getopt.h is not needed anymore for bootstrapping, since we are now using scopt.

frgomes commented 7 years ago

Closing this issue in favor of more granular issues.