Punctuation tokens
Table of contents
Punctuation
Grammar
Punctuation = {
";" |
"," |
"." |
"(" |
")" |
"{" |
"}" |
"[" |
"]" |
"@" |
"#" |
"~" |
"?" |
":" |
"$" |
"=" |
"!" |
"<" |
">" |
"-" |
"&" |
"|" |
"+" |
"*" |
"/" |
"^" |
"%"
}
Attributes
The token's mark is the single character consumed by the match.
Rejection
No matches are rejected.