Punctuation pretokens
Punctuation
Grammar
Punctuation = {
";" |
"," |
"." |
"(" |
")" |
"{" |
"}" |
"[" |
"]" |
"@" |
"#" |
"~" |
"?" |
":" |
"$" |
"=" |
"!" |
"<" |
">" |
"-" |
"&" |
"|" |
"+" |
"*" |
"/" |
"^" |
"%"
}
Pretoken kind
Punctuation
Attributes
mark | the single consumed character |