preserves/_includes/value-grammar.md

18 lines
512 B
Markdown
Raw Normal View History

2023-10-27 09:40:55 +00:00
```text
Value = Atom
| Compound
| Embedded
2023-10-27 09:40:55 +00:00
Atom = Boolean
| Double
| SignedInteger
| String
| ByteString
| Symbol
2023-10-27 09:40:55 +00:00
Compound = Record
| Sequence
| Set
| Dictionary
```