haxscramper / hcparse

High-level nim bindings for parsing C/C++ code
https://haxscramper.github.io/hcparse-doc/src/hcparse/libclang.html
Apache License 2.0
37 stars 2 forks source link

C and C++ code translation #12

Open haxscramper opened 2 years ago

haxscramper commented 2 years ago

C and C++ code translation. Partially done, right now mostly works with plain C code. See src/hc_tsconvert. Using boost::wave for this purpose would significantly simplify handling of the code.