cenotelie / hime

Apache License 2.0
27 stars 4 forks source link

C++ generator #76

Open SadE54 opened 2 years ago

SadE54 commented 2 years ago

Hi , Is a C++ generator possible ?

woutersl commented 2 years ago

Hello, Hime does not directly support C++, but if you are willing to make it work in C++ you can use the Rust backend, i.e. generate your parser with the Rust target as a shared library and then bind that in your C++ program.