Nim implementation of the Preserves data language
Go to file
Emery Hemingway d67482fad8 Do not throw from preserveTo or fromPreserve
Return an Option or boolean value. This makes it cheap to test if
a Preserves value is convertable to a Nim type.
2021-08-27 22:35:37 +02:00
src Do not throw from preserveTo or fromPreserve 2021-08-27 22:35:37 +02:00
tests Do not throw from preserveTo or fromPreserve 2021-08-27 22:35:37 +02:00
.gitignore Textual parser 2021-08-11 13:06:16 +02:00
README.md Schemas 2021-08-24 18:00:03 +02:00
preserves.nimble Schemas 2021-08-24 18:00:03 +02:00

README.md

Nim implementation of the Preserves data language.

Missing features:

  • embedded values
  • ordering of compound values