FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

N397: Support building `cppmodel` objects from source strings. #398

Closed ajbennieston closed 6 years ago

ajbennieston commented 6 years ago

What does this PR do?

As well as building a cppmodel from a file, we should be able to build it from a string containing source code.

This facilitates the ffig-explorer use case, as well as other future uses.

Closes #397.