Open frgomes opened 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.
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.