ceylon-sexp

S-expression subset as a data-interchange format

View the Project on GitHub

S-expression subset as a data-interchange format

Syntax

(value
 (#t #f
 string number
 (object
  (#hash()
   #hash(pairs)))
 (array
  (()
   (values))))

(pair
(string . value))

(pairs
(pair
 (pair values)))

(values
(value
 (value values)))

Features

Currently there is a demo implementation in Ceylon.

Doc

https://weakish.github.io/ceylon-sexp/api/

Contribute

Send issues or pull requests at https://github.com/weakish/ceylon-sexp

License

0BSD except for the Builder class (licensed under Apache-2.0). See LICENSE for more information.