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

test.generate.via1.txt Maven / Gradle / Ivy

Go to download

A compiler for data that uses a JSON-like format to define types and values

The newest version!
type:Address:struct
 street:string
 city:string
endtype
type:Person:struct
 name:string
 addr:Address
endtype
value:a10:Address {
 vcity:Ottawa
 vstreet:queen st
}
value:x:Person {
value:addr:Address {
  vcity:Ottawa
  vstreet:queen st
}
 vname:abc
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy