LookAtMySuitBot/js/node_modules/nearley/builtin/whitespace.ne

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 %}