cfile
cfile copied to clipboard
Add union support
There is sideeffect of this PR. I wanted to use "Union" keyword which was python keyword used for datatypes. I had to replace some types and use "Self" keyword instead. But this quite new feature for python.