polyglot icon indicating copy to clipboard operation
polyglot copied to clipboard

The universal, multidirectional, multilingual binding generation tool

Results 1 polyglot issues
Sort by recently updated
recently updated
newest added

Hi @LorenDB, Based on: - [sokol-bindgen - blog post](https://floooh.github.io/2020/08/23/sokol-bindgen.html) - [sokol - bindgen readme](https://github.com/floooh/sokol/tree/master/bindgen) ```bash $> clang -x c++ -Xclang -ast-dump=json -fparse-all-comments [cpp|cc|h|hpp|hxx files] # or (minimal) $> clang -x...