frgomes / scala-bindgen

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

Consider creating bindings from JNI definitions. #3

Open frgomes opened 8 years ago

frgomes commented 8 years ago

The same way we employ Clang to process .c/.h files and build an AST, we could employ Java to to build an AST from .java files. Then it would be a matter of visiting the AST and generating Scala Native bindings.