Sign in
android
/
platform
/
external
/
rust
/
android-crates-io
/
ec5ea57b2d3625ea6732b710e6dca7b9c6f3e64f
/
.
/
crates
/
pest_derive
/
examples
/
base.pest
blob: c63d48af12581f0f4351758f25203f249fb17068 [
file
] [
log
] [
blame
]
WHITESPACE
=
_
{
" "
|
"\t"
|
NEWLINE
}
int
=
@{
(
ASCII_NONZERO_DIGIT
~
ASCII_DIGIT
+
|
ASCII_DIGIT
)
}