changed compiler to whole folder

This commit is contained in:
Radu Macocian
2022-08-08 03:06:47 +02:00
parent 18b7e778a2
commit 24bfeea014
17 changed files with 711 additions and 84 deletions

View File

@@ -1,8 +1,7 @@
namespace contractDSL : <"Generic product concepts: quantity, price, economic terms and payout, that are built using template features.">
version "${project.version}"
import imports.types.*
import imports.enums.*
import imports.*
type Obs:

View File

@@ -1,4 +1,4 @@
namespace imports.enums : <"Enums used for the contract dsl">
namespace imports : <"Enums used for the contract dsl">
version "${version.ok}"
enum CounterpartyRoleEnum:

View File

@@ -1,8 +1,6 @@
namespace imports.types : <"Types used for the contract dsl">
namespace imports : <"Types used for the contract dsl">
version "${version.ok}"
import imports.enums.*
type Product:
contractualProduct ContractualProduct (0..1)
foreignExchange ForeignExchange (0..1)