Skip to content

Custom types support

Compare
Choose a tag to compare
@sirkon sirkon released this 20 Jul 12:23
· 44 commits to master since this release

Custom types in fields are supported. They (types) should be predeclared with their name and import path for external ones.

Something like

type time.Time from "time";
type localType;

Rule = Time(time.Time) ' ' LocalValue(localType);