cornelius/kode

[kxml_compiler]Make the write/parse methods function generation optional

Opened this issue · 1 comments

Some applications only require writing or reading XML files with classes generated from schema.
Turning off the unused feature would result smaller generated code, faster compilation time, greener world, etc. It would be nice if there would be a command line option to disable them.

Fixed in #37