6 lines
178 B
Plaintext
6 lines
178 B
Plaintext
|
# Whitespace: `_` is optional, `__` is mandatory.
|
||
|
_ -> wschar:* {% function(d) {return null;} %}
|
||
|
__ -> wschar:+ {% function(d) {return null;} %}
|
||
|
|
||
|
wschar -> [ \t\n\v\f] {% id %}
|