ffig
ffig copied to clipboard
Generate code to call C++ libraries from other languages
https://blogs.msdn.microsoft.com/dotnet/2017/11/15/nullable-reference-types-in-csharp/ Methods that return nullable sub-objects should return nullable references when they are supported.
## Feature Request Add a developers guide ### Summary Good documentation makes a system easier to pick up for users. I proposed a developers guide to FFIG would be a...
As discussed in ffig/rest-api#14, FFIG API should expose few methods to help CLI or web integration. @ajbennieston suggested defining an output pipeline with options for writing to disk/keeping in memory,...
It would be useful to be able to do something like `python -m ffig --list-generators` to obtain a list of the registered generators, templates and template aliases. This would be...
Given the final distribution will be a python package, we should decide on a setup/install script for installations on localhosts. After that, I will make the corresponding Dockerfile and make...