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