648 B
648 B
Simple Extensible Human Notation (.sehn)
Formats
atom
todo
real
<int>
<sig>e<exp>
<int>.<frac>
part | allowed value |
---|---|
int |
-?[1-9][0-9]* |
frac |
[0-9]* |
sig |
<int> |
exp |
<int> |
text
"<text>"
- Multiline:
` "<text>" "<text>" `
A text
value holds low and behold, text.
map
{ <any>: <any>, ...}
A dictionary is a structure with text
keys mapping to any value.
seq
[<any>, ...]
A list is a structure with a sequence of any value.