sdpc v0.1.0 (2017-03-23T22:36:17Z)
Dub
Repo
ch
sdpc
parsers
Match any character in accept
@
safe
struct
ch (
alias
accept
)
if
(
isSomeChar
!(
ElementType
!(
typeof
(
accept
)))
) {
static
auto
opCall
(R i);
}
Members
Static functions
opCall
auto
opCall
(R i)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
sdpc
parsers
aliases
digit
skip_whitespace
word
functions
identifier
nop
parse_escape1
parse_string
structs
ParseError
ch
not_ch
token
templates
number
variables
alphabet
digits
lower
upper
Match any character in accept