Nim implementation of the Preserves data language
Go to file
Emery Hemingway 713f9d00d3 Add `%` operator
Reuse the `%` operator from json module for consistency.
2021-07-09 16:56:09 +02:00
src Add `%` operator 2021-07-09 16:56:09 +02:00
tests Add `%` operator 2021-07-09 16:56:09 +02:00
.gitignore Initial commit 2021-06-02 15:51:36 +02:00
README.md Store embedded values as pointers 2021-06-15 18:51:13 +02:00
preserves.nimble Version 0.3.0 2021-06-29 18:46:02 +02:00

README.md

Nim implementation of the Preserves data language.

Missing features:

  • embedded values
  • parsing from human-readable encoding
  • ordering of compound values