ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
build.parse
ctpg
combinators
changeError
build
Undocumented in source.
Result
parse
(Input!SrcType input, Caller caller)
alias
parse
=
parser
.
build
!(
kind
,
SrcType
).
parse
template
build
(alias kind, SrcType)
static if
(!(
kind.hasError
))
alias
parse
=
parser.build
!(
kind
,
SrcType
).
parse
Meta
Source
See Implementation
ctpg
combinators
changeError
build
functions
parse
mixins
__anonymous