| |
|
|
|
|
|
|
| |
* A first version of supporting constant properties. The grammar god a little bit more complicated and might be cleaned up at some point. Also the cpp property generation is more coplicated and should also be simplified again. Maybe by providing some JINJA macros or C++ helpers.
* Updated cont property feature. The keyword used now is ‘const’. Also updated the grammar in this respect.
* removed the is_ prefix from the bool variables for properties (is_readonly => readonly, is_const=>const)
|