Loïc HAMOT
Loïc HAMOT
For the moment, all header files which have the same name as the cpp are merged with it. Add an option to set the name(s) of headers which have to...
For now, we can force an object to struct or class, but this is done in the main DPrint file. It would be better to do it in an external...
The objective is mainly to convert code calling third-party libraries (espacialy stdlib) - Add possibility to add custom converter in others files. (Not all in MatchContainer) - Add a (lua?)...
Make the UT framework more extensible. For now, 3 files have to be changed to ad a test case. Find a way to add just one file for new test...
Add an option in order to choose if an object become a **struct** or a **class** Default is: - **struct** => **struct** - **class** => **class**
The **cpp_std.d** is to give some features that exist in **C++** but are not in **D** (like red-black-tree associative array), in order to help the convertion of **C++** source code....
- **_opEquals**_ on classes : override `bool opEquals(Object o)`
This kind of code doesn't work - `C-style typedef enum {} toto;` - `enum {} toto;`