We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The cozy/codegen folder implements source code generation for C++ and Java.
cozy/codegen
The tests folder contains a few tests written with Python's unittest library. Run them with
tests
$ python3 -m unittest -b tests/*.py
(The -b flag "buffers" output so that Python only shows output from failing tests.)
-b