preserves/implementations
Tony Garnock-Jones adc4f10d4c Small win for writing large integers 2022-07-13 14:09:21 +02:00
..
dhall Initial Dhall functions 2021-10-22 19:01:32 +02:00
javascript Update compiled schema 2022-06-19 11:30:27 +02:00
python Avoid spurious copying during dissection by using memoryview 2022-07-12 16:47:16 +02:00
racket/preserves Repair test data 2022-06-19 13:54:34 +02:00
rust Small win for writing large integers 2022-07-13 14:09:21 +02: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: