parsed v0.4.2 (2017-09-16T11:31:13Z)
Dub
Repo
except
parsed
core
Undocumented in source. Be warned that the author may not have intended to support it.
auto
except
(Parser!(B, S) main, Parser!(B, S) onException)
auto
except
(
E
B
S
=
string
)
(
Parser
!(
B
,
S
)
main
,
Parser
!(
B
,
S
)
onException
)
if
(
isSomeString
!
S
)
auto
except
(Parser!(B, S) main)
Meta
Source
See Implementation
parsed
core
classes
Parser
functions
absorb
build
charUntil
charWhile
everything
except
fail
force
literal
many
morph
repeatUntil
repeatWhile
singleChar
succeed
test
throwAnyway
throwOnFailure
throwOnSuccess
structs
ParserState