Papierkorb / bindgen

Binding and wrapper generator for C/C++ libraries
GNU General Public License v3.0
179 stars 18 forks source link

Always start enum value name with uppercase letter #46

Closed ZaWertun closed 4 years ago

ZaWertun commented 4 years ago

Ensure that enum value name is started with uppercase letter. Before this change code could produce invalid crystal code. Sorry that I didn't fix this at once.