Parametrize code generation actions from the command line

This commit is contained in:
Thomas Krijnen
2020-03-17 11:55:28 +01:00
parent dc8e73b822
commit 481c6165ca
5 changed files with 16 additions and 13 deletions
+3
View File
@@ -257,3 +257,6 @@ class Implementation(codegen.Base):
def __repr__(self):
return self.str
Generator = Implementation