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

test.example.example3.dnal Maven / Gradle / Ivy

Go to download

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

The newest version!
//example
type Coord struct {
  x int
  y int
}
end


type Address struct {
  flag boolean
  size int
  origin Coord
  points list
} end

let addresses list
= [ { false, -15, { 10, 20}, [ { 210, 220} ] }, { true, 23, { 100, 120 }, [ { 10, 20}, { 10, 20} ] } ]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy