create a DSL structure to allow custom terms and enums etc.
If not done before other terms then create a structure for other terms
awd module prefix e.g. awd.datatype.autoincrement(startsAt:1, incrementBy:1)
For backwards compatibility add DSL into a meta data section
e.g.
---
def termName = awd.datatype.enum(["value1", "value2"];
const constantName = "value";
var aVariable = "value";
colDef Field1 = {type:String};
---
Field1
termName
create a DSL structure to allow custom terms and enums etc.
If not done before other terms then create a structure for other terms
awd module prefix e.g. awd.datatype.autoincrement(startsAt:1, incrementBy:1)
For backwards compatibility add DSL into a meta data section
e.g.