pycgen icon indicating copy to clipboard operation
pycgen copied to clipboard

Single line comments

Open Celtoys opened this issue 11 years ago • 1 comments

Allow code such as:

const int x = /*$hash("Name")*/ 0x12345678;

Can't think of a logical design for it yet though...

Celtoys avatar Sep 16 '14 10:09 Celtoys

Maybe...

Object* object = objects[/*$hash("Name")*/0x12345678/**/];

dwilliamson avatar Sep 16 '14 21:09 dwilliamson