sophiajt / june

MIT License
803 stars 31 forks source link

Clean up C codegen of enums? #29

Open sophiajt opened 9 months ago

sophiajt commented 9 months ago

Using properly named union and struct cases in the output, the C could be considerably more readable (assuming the names people choose are compatible with the C naming convention.)