{
"name": "org",
"rules": {
"document": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "body",
"content": {
"type": "SYMBOL",
"name": "body"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "REPEAT",
"content": {
"type": "FIELD",
"name": "subsection",
"content": {
"type": "SYMBOL",
"name": "section"
}
}
}
]
},
"body": {
"type": "SYMBOL",
"name": "_body_contents"
},
"_body_contents": {
"type": "CHOICE",
"members": [
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
},
{
"type": "SEQ",
"members": [
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
},
{
"type": "SYMBOL",
"name": "_multis"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
},
{
"type": "REPEAT1",
"content": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_multis"
},
{
"type": "SYMBOL",
"name": "_nl"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "paragraph"
},
{
"type": "SYMBOL",
"name": "fndef"
}
]
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",
"name": "_element"
}
]
}
]
},
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
}
]
}
},
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_multis"
},
{
"type": "BLANK"
}
]
}
]
}
]
},
"_multis": {
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "paragraph"
},
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "SYMBOL",
"name": "fndef"
}
]
},
"_element": {
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "comment"
},
{
"type": "SYMBOL",
"name": "drawer"
},
{
"type": "SYMBOL",
"name": "list"
},
{
"type": "SYMBOL",
"name": "block"
},
{
"type": "SYMBOL",
"name": "dynamic_block"
},
{
"type": "SYMBOL",
"name": "table"
},
{
"type": "SYMBOL",
"name": "latex_env"
}
]
},
"section": {
"type": "SEQ",
"members": [
{
"type": "FIELD",
"name": "headline",
"content": {
"type": "SYMBOL",
"name": "headline"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "plan",
"content": {
"type": "SYMBOL",
"name": "plan"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "property_drawer",
"content": {
"type": "SYMBOL",
"name": "property_drawer"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "body",
"content": {
"type": "SYMBOL",
"name": "body"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "REPEAT",
"content": {
"type": "FIELD",
"name": "subsection",
"content": {
"type": "SYMBOL",
"name": "section"
}
}
},
{
"type": "SYMBOL",
"name": "_sectionend"
}
]
},
"stars": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_stars"
},
{
"type": "PATTERN",
"value": "\\*+"
}
]
},
"headline": {
"type": "SEQ",
"members": [
{
"type": "FIELD",
"name": "stars",
"content": {
"type": "SYMBOL",
"name": "stars"
}
},
{
"type": "PATTERN",
"value": "[ \\t]+"
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "item",
"content": {
"type": "SYMBOL",
"name": "item"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "tags",
"content": {
"type": "SYMBOL",
"name": "tag_list"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"item": {
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "expr"
}
},
"tag_list": {
"type": "PREC_DYNAMIC",
"value": 1,
"content": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_tag_expr_start"
},
{
"type": "REPEAT1",
"content": {
"type": "SEQ",
"members": [
{
"type": "FIELD",
"name": "tag",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_noc_expr"
},
"named": true,
"value": "tag"
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "special",
"content": {
"type": "STRING",
"value": ":"
}
}
}
]
}
}
]
}
},
"_tag_expr_start": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
"property_drawer": {
"type": "SEQ",
"members": [
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": ":[Pp][Rr][Oo][Pp][Ee][Rr][Tt][Ii][Ee][Ss]:"
},
"named": false,
"value": ":properties:"
},
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
},
{
"type": "REPEAT",
"content": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "property"
},
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
}
]
}
},
{
"type": "PREC_DYNAMIC",
"value": 1,
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": ":[Ee][Nn][Dd]:"
},
"named": false,
"value": ":end:"
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"property": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": ":"
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_immediate_expr"
},
"named": true,
"value": "expr"
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "STRING",
"value": ":"
}
},
{
"type": "FIELD",
"name": "value",
"content": {
"type": "CHOICE",
"members": [
{
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_expr_line"
},
"named": true,
"value": "value"
},
{
"type": "BLANK"
}
]
}
}
]
},
"plan": {
"type": "SEQ",
"members": [
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "entry"
}
},
{
"type": "PREC_DYNAMIC",
"value": 1,
"content": {
"type": "SYMBOL",
"name": "_eol"
}
}
]
},
"entry": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SEQ",
"members": [
{
"type": "FIELD",
"name": "name",
"content": {
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": true,
"value": "entry_name"
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
}
]
},
{
"type": "BLANK"
}
]
},
{
"type": "FIELD",
"name": "timestamp",
"content": {
"type": "SYMBOL",
"name": "timestamp"
}
}
]
},
"timestamp": {
"type": "CHOICE",
"members": [
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "SYMBOL",
"name": "_ts_contents"
},
{
"type": "STRING",
"value": ">"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "SYMBOL",
"name": "_ts_contents"
},
{
"type": "STRING",
"value": ">--<"
},
{
"type": "SYMBOL",
"name": "_ts_contents"
},
{
"type": "STRING",
"value": ">"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "SYMBOL",
"name": "_ts_contents"
},
{
"type": "STRING",
"value": "]"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "SYMBOL",
"name": "_ts_contents"
},
{
"type": "STRING",
"value": "]"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "SYMBOL",
"name": "_ts_contents"
},
{
"type": "STRING",
"value": "]--["
},
{
"type": "SYMBOL",
"name": "_ts_contents"
},
{
"type": "STRING",
"value": "]"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "<%%"
},
{
"type": "SYMBOL",
"name": "tsexp"
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "special",
"content": {
"type": "STRING",
"value": ">"
}
}
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "[%%"
},
{
"type": "SYMBOL",
"name": "tsexp"
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "special",
"content": {
"type": "STRING",
"value": "]"
}
}
}
]
}
]
},
"tsexp": {
"type": "REPEAT1",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_ts_expr"
},
"named": true,
"value": "expr"
}
},
"_ts_contents": {
"type": "SEQ",
"members": [
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "_ts_element"
}
},
{
"type": "FIELD",
"name": "date",
"content": {
"type": "SYMBOL",
"name": "date"
}
},
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "_ts_element"
}
}
]
},
"date": {
"type": "PATTERN",
"value": "\\p{N}{1,4}-\\p{N}{1,4}-\\p{N}{1,4}"
},
"_ts_element": {
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "day",
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\p{L}[^\\]>\\p{Z}\\t\\n\\r]*"
},
"named": true,
"value": "day"
}
},
{
"type": "FIELD",
"name": "time",
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\p{N}?\\p{N}[:.]\\p{N}\\p{N}( ?\\p{L}{1,2})?"
},
"named": true,
"value": "time"
}
},
{
"type": "FIELD",
"name": "duration",
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\p{N}?\\p{N}[:.]\\p{N}\\p{N}( ?\\p{L}{1,2})?-\\p{N}?\\p{N}[:.]\\p{N}\\p{N}( ?\\p{L}{1,2})?"
},
"named": true,
"value": "duration"
}
},
{
"type": "FIELD",
"name": "repeat",
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "[.+]?\\+\\p{N}+\\p{L}"
},
"named": true,
"value": "repeat"
}
},
{
"type": "FIELD",
"name": "delay",
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "--?\\p{N}+\\p{L}"
},
"named": true,
"value": "delay"
}
},
{
"type": "ALIAS",
"content": {
"type": "PREC",
"value": -1,
"content": {
"type": "PATTERN",
"value": "[^\\[<\\]>\\p{Z}\\t\\n\\r]+"
}
},
"named": true,
"value": "expr"
}
]
},
"paragraph": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",
"name": "_multiline_text"
}
]
},
"fndef": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\[[Ff][Nn]:"
},
"named": false,
"value": "[fn:"
},
{
"type": "FIELD",
"name": "label",
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\t\\n\\r\\]]+"
},
"named": true,
"value": "expr"
}
},
{
"type": "STRING",
"value": "]"
}
]
},
{
"type": "FIELD",
"name": "description",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_multiline_text"
},
"named": true,
"value": "description"
}
}
]
},
"_directive_list": {
"type": "REPEAT1",
"content": {
"type": "FIELD",
"name": "directive",
"content": {
"type": "SYMBOL",
"name": "directive"
}
}
},
"directive": {
"type": "SEQ",
"members": [
{
"type": "STRING",
"value": "#+"
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_immediate_expr"
},
"named": true,
"value": "expr"
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "STRING",
"value": ":"
}
},
{
"type": "FIELD",
"name": "value",
"content": {
"type": "CHOICE",
"members": [
{
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_expr_line"
},
"named": true,
"value": "value"
},
{
"type": "BLANK"
}
]
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"comment": {
"type": "PREC_RIGHT",
"value": 0,
"content": {
"type": "REPEAT1",
"content": {
"type": "SEQ",
"members": [
{
"type": "PATTERN",
"value": "#[^+\\n\\r]"
},
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "expr"
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
}
}
},
"drawer": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_noc_expr"
},
"named": true,
"value": "expr"
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "special",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "SYMBOL",
"name": "_nl"
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "SYMBOL",
"name": "contents"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "PREC_DYNAMIC",
"value": 1,
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": ":[Ee][Nn][Dd]:"
},
"named": false,
"value": ":end:"
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"block": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "#\\+[Bb][Ee][Gg][Ii][Nn]_"
},
"named": false,
"value": "#+begin_"
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "SYMBOL",
"name": "expr"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "REPEAT1",
"content": {
"type": "FIELD",
"name": "parameter",
"content": {
"type": "SYMBOL",
"name": "expr"
}
}
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",
"name": "_nl"
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "SYMBOL",
"name": "contents"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "#\\+[Ee][Nn][Dd]_"
},
"named": false,
"value": "#+end_"
},
{
"type": "FIELD",
"name": "end_name",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_immediate_expr"
},
"named": true,
"value": "expr"
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"dynamic_block": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "#\\+[Bb][Ee][Gg][Ii][Nn]:"
},
"named": false,
"value": "#+begin:"
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "SYMBOL",
"name": "expr"
}
},
{
"type": "REPEAT",
"content": {
"type": "FIELD",
"name": "parameter",
"content": {
"type": "SYMBOL",
"name": "expr"
}
}
},
{
"type": "SYMBOL",
"name": "_nl"
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "SYMBOL",
"name": "contents"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "#\\+[Ee][Nn][Dd]:"
},
"named": false,
"value": "#+end:"
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "end_name",
"content": {
"type": "SYMBOL",
"name": "expr"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"list": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",
"name": "_liststart"
},
{
"type": "REPEAT",
"content": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "listitem"
},
{
"type": "SYMBOL",
"name": "_listitemend"
},
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
}
]
}
},
{
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "listitem"
},
{
"type": "SYMBOL",
"name": "_listend"
}
]
}
]
},
"listitem": {
"type": "SEQ",
"members": [
{
"type": "FIELD",
"name": "bullet",
"content": {
"type": "SYMBOL",
"name": "bullet"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "checkbox",
"content": {
"type": "SYMBOL",
"name": "checkbox"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_eof"
},
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "SYMBOL",
"name": "_body_contents"
}
}
]
}
]
},
"checkbox": {
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "[ ]"
},
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "FIELD",
"name": "status",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_checkbox_status_expr"
},
"named": true,
"value": "expr"
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "special",
"content": {
"type": "STRING",
"value": "]"
}
}
}
]
}
]
},
"table": {
"type": "PREC_RIGHT",
"value": 0,
"content": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "REPEAT1",
"content": {
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "row"
},
{
"type": "SYMBOL",
"name": "hr"
}
]
}
},
{
"type": "REPEAT",
"content": {
"type": "SYMBOL",
"name": "formula"
}
}
]
}
},
"row": {
"type": "PREC",
"value": 1,
"content": {
"type": "SEQ",
"members": [
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "cell"
}
},
{
"type": "CHOICE",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": 1,
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "BLANK"
}
]
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
}
},
"cell": {
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": 1,
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "ALIAS",
"content": {
"type": "SYMBOL",
"name": "_expr_line"
},
"named": true,
"value": "contents"
}
},
{
"type": "BLANK"
}
]
}
]
},
"hr": {
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": 1,
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "REPEAT1",
"content": {
"type": "SEQ",
"members": [
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": 1,
"content": {
"type": "PATTERN",
"value": "[-+]+"
}
}
},
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "|"
},
{
"type": "BLANK"
}
]
}
]
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"formula": {
"type": "SEQ",
"members": [
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "#\\+[Tt][Bb][Ll][Ff][Mm]:"
},
"named": false,
"value": "#+tblfm:"
},
{
"type": "FIELD",
"name": "formula",
"content": {
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_expr_line"
},
{
"type": "BLANK"
}
]
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"latex_env": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_directive_list"
},
{
"type": "BLANK"
}
]
},
{
"type": "CHOICE",
"members": [
{
"type": "SEQ",
"members": [
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\\\[Bb][Ee][Gg][Ii][Nn]\\{"
},
"named": false,
"value": "\\begin{"
},
{
"type": "FIELD",
"name": "name",
"content": {
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "[\\p{L}\\p{N}*]+"
},
"named": true,
"value": "name"
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "STRING",
"value": "}"
}
},
{
"type": "SYMBOL",
"name": "_nl"
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "SYMBOL",
"name": "contents"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\\\[Ee][Nn][Dd]\\{"
},
"named": false,
"value": "\\end{"
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "[\\p{L}\\p{N}*]+"
},
"named": true,
"value": "name"
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "STRING",
"value": "}"
}
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "SEQ",
"members": [
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\\\\\["
},
"named": false,
"value": "\\["
},
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "\n"
},
{
"type": "STRING",
"value": "\r"
}
]
}
]
}
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "SYMBOL",
"name": "contents"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\\\\\]"
},
"named": false,
"value": "\\]"
}
]
},
{
"type": "SEQ",
"members": [
{
"type": "TOKEN",
"content": {
"type": "SEQ",
"members": [
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\\\\\("
},
"named": false,
"value": "\\("
},
{
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "\n"
},
{
"type": "STRING",
"value": "\r"
}
]
}
]
}
},
{
"type": "CHOICE",
"members": [
{
"type": "FIELD",
"name": "contents",
"content": {
"type": "SYMBOL",
"name": "contents"
}
},
{
"type": "BLANK"
}
]
},
{
"type": "ALIAS",
"content": {
"type": "PATTERN",
"value": "\\\\\\)"
},
"named": false,
"value": "\\)"
}
]
}
]
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
},
"contents": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "SYMBOL",
"name": "_expr_line"
},
{
"type": "BLANK"
}
]
},
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
},
{
"type": "REPEAT",
"content": {
"type": "SEQ",
"members": [
{
"type": "SYMBOL",
"name": "_expr_line"
},
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "_nl"
}
}
]
}
}
]
},
"_nl": {
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "\n"
},
{
"type": "STRING",
"value": "\r"
}
]
},
"_eol": {
"type": "CHOICE",
"members": [
{
"type": "STRING",
"value": "\n"
},
{
"type": "STRING",
"value": "\r"
},
{
"type": "SYMBOL",
"name": "_eof"
}
]
},
"_expr_line": {
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "expr"
}
},
"_multiline_text": {
"type": "REPEAT1",
"content": {
"type": "SEQ",
"members": [
{
"type": "REPEAT1",
"content": {
"type": "SYMBOL",
"name": "expr"
}
},
{
"type": "SYMBOL",
"name": "_eol"
}
]
}
},
"_immediate_expr": {
"type": "REPEAT1",
"content": {
"type": "CHOICE",
"members": [
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "!"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\""
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "#"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "$"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "%"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "&"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "'"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "("
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ")"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "*"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "+"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ","
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "-"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "."
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "/"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ";"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "="
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ">"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "?"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "@"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "]"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\\"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "^"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "_"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "`"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "{"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "}"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "~"
}
}
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": false,
"value": "str"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{N}+"
}
}
},
"named": false,
"value": "num"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\p{L}\\p{N}\\t\\n\\r]"
}
}
},
"named": false,
"value": "sym"
}
]
}
},
"_noc_expr": {
"type": "REPEAT1",
"content": {
"type": "CHOICE",
"members": [
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "!"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\""
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "#"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "$"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "%"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "&"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "'"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "("
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ")"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "*"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "+"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ","
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "-"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "."
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "/"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ";"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "="
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ">"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "?"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "@"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "]"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\\"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "^"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "_"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "`"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "{"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "}"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "~"
}
}
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": false,
"value": "str"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{N}+"
}
}
},
"named": false,
"value": "num"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\p{L}\\p{N}\\t\\n\\r]"
}
}
},
"named": false,
"value": "sym"
}
]
}
},
"_checkbox_status_expr": {
"type": "CHOICE",
"members": [
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "!"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\""
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "#"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "$"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "%"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "&"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "'"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "("
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ")"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "*"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "+"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ","
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "-"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "."
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "/"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ";"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "="
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ">"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "?"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "@"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\\"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "^"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "_"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "`"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "{"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "}"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "~"
}
}
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": false,
"value": "str"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{N}+"
}
}
},
"named": false,
"value": "num"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\p{L}\\p{N}\\t\\n\\r]"
}
}
},
"named": false,
"value": "sym"
}
]
},
"_ts_expr": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "!"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "\""
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "#"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "$"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "%"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "&"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "'"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "("
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ")"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "*"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "+"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ","
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "-"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "."
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "/"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ";"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "="
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "?"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "@"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "\\"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "^"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "_"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "`"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "{"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "}"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "~"
}
}
},
{
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": false,
"value": "str"
},
{
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "PATTERN",
"value": "\\p{N}+"
}
}
},
"named": false,
"value": "num"
},
{
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\p{L}\\p{N}\\t\\n\\r]"
}
}
},
"named": false,
"value": "sym"
}
]
},
{
"type": "REPEAT",
"content": {
"type": "CHOICE",
"members": [
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "!"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\""
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "#"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "$"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "%"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "&"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "'"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "("
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ")"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "*"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "+"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ","
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "-"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "."
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "/"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ";"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "="
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "?"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "@"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\\"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "^"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "_"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "`"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "{"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "}"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "~"
}
}
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": false,
"value": "str"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{N}+"
}
}
},
"named": false,
"value": "num"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\p{L}\\p{N}\\t\\n\\r]"
}
}
},
"named": false,
"value": "sym"
}
]
}
}
]
},
"expr": {
"type": "SEQ",
"members": [
{
"type": "CHOICE",
"members": [
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "!"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "\""
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "#"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "$"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "%"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "&"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "'"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "("
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ")"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "*"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "+"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ","
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "-"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "."
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "/"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ";"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "="
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": ">"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "?"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "@"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "]"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "\\"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "^"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "_"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "`"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "{"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "}"
}
}
},
{
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "STRING",
"value": "~"
}
}
},
{
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": false,
"value": "str"
},
{
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "PATTERN",
"value": "\\p{N}+"
}
}
},
"named": false,
"value": "num"
},
{
"type": "ALIAS",
"content": {
"type": "TOKEN",
"content": {
"type": "PREC",
"value": "non-immediate",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\p{L}\\p{N}\\t\\n\\r]"
}
}
},
"named": false,
"value": "sym"
}
]
},
{
"type": "REPEAT",
"content": {
"type": "CHOICE",
"members": [
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "!"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\""
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "#"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "$"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "%"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "&"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "'"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "("
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ")"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "*"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "+"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ","
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "-"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "."
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "/"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ":"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ";"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "<"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "="
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": ">"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "?"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "@"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "["
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "]"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "\\"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "^"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "_"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "`"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "{"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "|"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "}"
}
}
},
{
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "STRING",
"value": "~"
}
}
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{L}+"
}
}
},
"named": false,
"value": "str"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "\\p{N}+"
}
}
},
"named": false,
"value": "num"
},
{
"type": "ALIAS",
"content": {
"type": "IMMEDIATE_TOKEN",
"content": {
"type": "PREC",
"value": "immediate",
"content": {
"type": "PATTERN",
"value": "[^\\p{Z}\\p{L}\\p{N}\\t\\n\\r]"
}
}
},
"named": false,
"value": "sym"
}
]
}
}
]
}
},
"extras": [
{
"type": "PATTERN",
"value": "[ \\f\\t\\v\\u00a0\\u1680\\u2000-\\u200a\\u2028\\u2029\\u202f\\u205f\\u3000\\ufeff]"
}
],
"conflicts": [
[
"item"
],
[
"_tag_expr_start",
"expr"
],
[
"paragraph"
],
[
"fndef"
],
[
"expr",
"drawer"
],
[
"entry",
"expr"
]
],
"precedences": [
[
{
"type": "STRING",
"value": "document_directive"
},
{
"type": "STRING",
"value": "body_directive"
}
],
[
{
"type": "STRING",
"value": "special"
},
{
"type": "STRING",
"value": "immediate"
},
{
"type": "STRING",
"value": "non-immediate"
}
]
],
"externals": [
{
"type": "SYMBOL",
"name": "_liststart"
},
{
"type": "SYMBOL",
"name": "_listend"
},
{
"type": "SYMBOL",
"name": "_listitemend"
},
{
"type": "SYMBOL",
"name": "bullet"
},
{
"type": "SYMBOL",
"name": "_stars"
},
{
"type": "SYMBOL",
"name": "_sectionend"
},
{
"type": "SYMBOL",
"name": "_eof"
}
],
"inline": [
"_nl",
"_eol",
"_ts_contents",
"_directive_list",
"_body_contents"
],
"supertypes": []
}