preserves/implementations
Tony Garnock-Jones 3ccd95d68a Prepare to work around NaN issue 2022-11-07 10:22:12 +01:00
..
c PRESERVES_COMPACT 2022-03-04 09:18:59 +01:00
dhall Initial Dhall functions 2021-10-22 19:01:32 +02:00
javascript Repair typo that caused annotations not to work properly with fromJS 2022-06-16 10:10:38 +02:00
python More tests 2022-11-07 00:12:09 +01:00
racket/preserves Prepare to work around NaN issue 2022-11-07 10:22:12 +01:00
rust Benchmark profiling 2022-10-29 13:16:52 +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: