preserves/implementations/rust/preserves/doc/value-grammar.md

18 lines
512 B
Markdown

```text
Value = Atom
| Compound
| Embedded
Atom = Boolean
| Double
| SignedInteger
| String
| ByteString
| Symbol
Compound = Record
| Sequence
| Set
| Dictionary
```