Nim implementation of the Preserves data language
Go to file
Emery Hemingway b5940cfe22 Symbol constructor 2021-06-08 12:22:31 +02:00
src Symbol constructor 2021-06-08 12:22:31 +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