Nim implementation of the Preserves data language
Go to file
Emery Hemingway d63dfad954 Initial commit 2021-06-02 15:51:36 +02:00
src Initial commit 2021-06-02 15:51:36 +02:00
tests Initial commit 2021-06-02 15:51:36 +02:00
.gitignore Initial commit 2021-06-02 15:51:36 +02:00
README.md Initial commit 2021-06-02 15:51:36 +02:00
preserves.nimble Initial commit 2021-06-02 15:51:36 +02:00

README.md

Nim implementation of the Preserves data language.

Missing features:

  • embedded values
  • parsing from human-readable encoding
  • ordering of compound values
  • conversion of Nim tuples and objects