summaryrefslogtreecommitdiff
path: root/py/enum.c
AgeCommit message (Collapse)Author
2020-09-21py: Add enum helper codeJeff Epler
This makes it much easier to implement enums, and the printing code is shared. We might want to convert other enums to this in the future.