|
|
|
|
|
by tw061023
320 days ago
|
|
Why would I want to write a C++ parser? IDL/DDL is the source of truth, moving the type definitions there is the whole point. There is only one definition for each type, which is in the *DL, corresponding C++ headers are generated and everything is statically known. |
|