All Downloads are FREE. Search and download functionalities are using the official Maven repository.

defs.main-tests.source.idltest.syntax.domain Maven / Gradle / Ivy

The newest version!
// now we support comments at the beginning
domain idltest.syntax

mixin TestMixin {

}

data TestDto {
  _ : TestMixin
}

data TestDto1 {
  : TestMixin
}

id TestId {
  _ : str
}

id TestId1 {
  : str
}



data TestOneliners { _: TestDto, _: str, _: i08 }

adt Ast
  = TestMixin
  | TestDto
  | TestOneliners




© 2015 - 2025 Weber Informatics LLC | Privacy Policy