preserves/implementations
Tony Garnock-Jones c5bec4ea76 Publish
- @preserves/core@0.992.1
 - @preserves/schema-cli@0.992.1
 - @preserves/schema@0.992.1
2023-11-03 10:32:36 +01:00
..
c Switch back to prefix-format binary annotations 2023-10-15 00:35:25 +02:00
cpp Switch back to prefix-format binary annotations 2023-10-15 00:35:25 +02:00
dhall Initial Dhall functions 2021-10-22 19:01:32 +02:00
javascript Publish 2023-11-03 10:32:36 +01:00
python More tests 2023-11-01 17:09:10 +01:00
racket/preserves Allow "sufficiently identifierlike" values in dictionaries too 2023-11-03 10:31:44 +01:00
rust Fix boundary reading 2023-11-01 16:41:25 +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: