pycgen
pycgen copied to clipboard
Single line comments
Allow code such as:
const int x = /*$hash("Name")*/ 0x12345678;
Can't think of a logical design for it yet though...
Maybe...
Object* object = objects[/*$hash("Name")*/0x12345678/**/];