bottlenoselabs / c2cs

Generate C# bindings from a C header.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python

lithiumtoast opened this issue · comments

Since extracting the abstract syntax tree of a header file is now de-coupled in it's own step using ast it is now possible to think about the possibility of generating code for other languages.

I would think Python would be a good experimentation as a next step.

Possible, but beyond the scope of this project.