dvidelabs / flatcc

FlatBuffers Compiler and Library in C for C
Apache License 2.0
648 stars 182 forks source link

Problems when the schema file name uses '-' as a separator #293

Open zhekaso opened 1 month ago

zhekaso commented 1 month ago

When schema file name called something like my-supper-game.fbs. Header guards doesn't change '-' to '_'. Json printer generate function with '-' symbol.

mikkelfj commented 1 month ago

You are holding it wrong!

Seriously, are you able to provide a PR on this?