Nim implementation of the Preserves data language
Go to file
Emery Hemingway db3e302067 setItems iterator 2021-06-10 12:08:34 +02:00
src setItems iterator 2021-06-10 12:08:34 +02:00
tests Bigint fixes 2021-06-04 11:41:34 +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