cletus/node_modules/nearley/builtin/whitespace.ne
2025-05-09 15:53:19 -05:00

5 lines
178 B
Text

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