bblfsh / libuast

Apache License 2.0
20 stars 15 forks source link

Implement C++ wrappers for libuast #91

Closed dennwc closed 5 years ago

dennwc commented 5 years ago

PR implements a C++ wrapper for C libuast library to simplify the process of writing bindings for languages that can bind to C++ (like Python).

List of wrapped types:

The code still needs a proper memory management.

dennwc commented 5 years ago

It's now ready for the final review :)

juanjux commented 5 years ago

LGTM, I only miss some docs or maybe examples in the README.

dennwc commented 5 years ago

Let's open a separate issue for providing more docs and examples. I want to postpone it because interfaces might change a bit while Scala is in the development.

juanjux commented 5 years ago

Merging, then.