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

6 lines
178 B
Plaintext
Raw Normal View History

2023-12-24 20:08:39 -05:00
# Whitespace: `_` is optional, `__` is mandatory.
_ -> wschar:* {% function(d) {return null;} %}
__ -> wschar:+ {% function(d) {return null;} %}
wschar -> [ \t\n\v\f] {% id %}