Replace some codegen parts in CppGenerator with a dedicated marshalling facility
Increases separation of concerns and makes it easier to isolate the parts of code generation that need to be accessed from other language interfaces for interop.
Showing
src/source/CppMarshal.scala
0 → 100644
src/source/Marshal.scala
0 → 100644
Please register or sign in to comment