Opened this issue 3 years ago · 1 comments
Hi , Is a C++ generator possible ?
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.