sdpc ~master (2022-02-23T09:48:48.8355398)
Dub
Repo
word
sdpc
parsers
Parse a sequence of characters
version(legacy)
alias
word
(
alias
accept
=
alphabet
)
=
many
!(
ch
!
accept
)
Parameters
accept
an array of acceptable characters
Meta
Source
See Implementation
sdpc
parsers
aliases
whitespace
word
ws
functions
identifier
parse_escape1
parse_string
structs
Err
not_ch
templates
ch
digit
number
token
token_ws
variables
alphabet
digits
lower
upper
Parse a sequence of characters