preserves/implementations
Tony Garnock-Jones 3b1669389c Allow cross-references to other schemas when generating code 2021-12-13 12:18:12 +01:00
..
dhall Initial Dhall functions 2021-10-22 19:01:32 +02:00
javascript Allow cross-references to other schemas when generating code 2021-12-13 12:18:12 +01:00
python Fix bundling of schema.prb 2021-11-30 18:41:34 +01:00
racket/preserves Move racket preserves-tool out of the way (in favour of the rust one) 2021-08-10 08:40:11 -04:00
rust Experimental schema interpreter and preserves-path support 2021-11-16 22:10:04 +01:00
README.md Initial Dhall functions 2021-10-22 19:01:32 +02:00

README.md

Preserves Implementations

Here you may find:

  • dhall, functions for converting Dhall values to a corresponding subset of Preserves.

  • javascript, an implementation in TypeScript, compiling to JavaScript, for node.js and the Browser.

  • python, an implementation for Python 2.x and 3.x.

  • racket, an implementation for Racket 7.x and newer (though older Rackets may also work with it).

  • rust, an implementation for Rust that interoperates with serde.

Other implementations are also available: