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

test.example.exampleBig2.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 NEString string
 len > 0
end

type Address struct {
  street string
  city NEString
  flag boolean
  size int
  roles list
} end

let addresses list
= [ { '0.', "ABC", false, 100, [ 'abc' ] }, { '1.', "ABC", false, 101, [ 'abc' ] } ]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy