First page
Back
Continue
Last page
Overview
Graphics
How PEGs Express Languages
Given input string
s
, a parsing expression either:
Matches
and consumes a prefix
s'
of
s
.
Fails
on
s
.
Example: