pegged ~master (2018-02-16T19:45:56Z)
Dub
Repo
eoi
pegged
peg
Matches the end of input. Fails if there is any character left.
ParseTree
eoi
(
ParseTree
p
)
ParseTree
eoi
(
string
input
)
ParseTree
eoi
(
string
input
)
Meta
Source
See Implementation
pegged
peg
classes
TraceLogger
Trie
enums
IFCHAIN
functions
any
eoi
eps
fail
modify
position
setTraceConditionFunction
simplifyTree
size
softCompare
traceAll
traceNothing
wordBoundary
manifest constants
KEYWORDS
mixin templates
decimateTree
structs
ParseTree
Position
templates
action
and
caseInsensitiveLiteral
charRange
defined
discard
discardChildren
discardMatches
drop
fuse
keep
keywords
list
list0
literal
longest_match
named
negLookahead
oneOrMore
option
or
posLookahead
propagate
spaceAnd
zeroOrMore
Matches the end of input. Fails if there is any character left.