unplugged-system/external/rust/crates/pest_derive/examples/base.pest

2 lines
113 B
Plaintext
Raw Normal View History

WHITESPACE = _{ " " | "\t" | NEWLINE }
int = @{ (ASCII_NONZERO_DIGIT ~ ASCII_DIGIT+ | ASCII_DIGIT) }