luxe / unilang

A universal programming language
MIT License
33 stars 13 forks source link

generate boolean struct with enum_cpp #453

Closed luxe closed 4 years ago

luxe commented 4 years ago

enum_cpp is great to generate serializable enums from a bazel definition. I also want it to generate a boolean mapping. This is sometimes helpful when the enum needs to double as a settings on whether to do each of the enum related values or not.