Swift: add more parametrization

This enables codegen to run on the swift PoC branch.
This commit is contained in:
Paolo Tranquilli
2022-05-05 17:34:00 +02:00
parent ac3cceab19
commit b2b5fd281f
11 changed files with 58 additions and 53 deletions

View File

@@ -107,7 +107,7 @@ class TrapList:
traps: List[Trap]
namespace: str
trap_suffix: str
trap_affix: str
include_dir: str
@@ -153,5 +153,5 @@ class ClassList:
classes: List[Class]
namespace: str
trap_suffix: str
trap_affix: str
include_dir: str