- Pods
- Pegger 0.0.2
- API
- Parser
classafPegger::Parser
sys::Obj
afPegger::Parser
The main parser class; use to run your rules against an InStream.
make
Source
new make(Rule rootRule)
Create a Parser with the given root Rule.
parse
Source
Str? parse(InStream in)
Runs the parsing rules against the characters in the given InStream.