Nim implementation of the Preserves data language
Go to file
Emery Hemingway 32ce6a71fe Implement set with HashSet rather than CountTable
I didn't know HashSet was a thing.
2021-06-15 16:02:14 +02:00
src Implement set with HashSet rather than CountTable 2021-06-15 16:02:14 +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