Skip to content

DSL #46

@eviltester

Description

@eviltester

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions