preserves/implementations
Tony Garnock-Jones be32f9b7c8 Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
..
c Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
cpp Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
dhall Initial Dhall functions 2021-10-22 19:01:32 +02:00
javascript Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
python Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
racket/preserves Remove single-precision floats from the implementations 2024-01-27 14:40:37 +01:00
rust Remove single-precision floats from the implementations 2024-01-27 14:40:37 +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: