A Parsing entry point. @param rule rule to start with @return rule return value
(PegLegRule<V> rule)
| 952 | * @return rule return value |
| 953 | */ |
| 954 | public RuleReturn<V> parse(PegLegRule<V> rule) { return rule.rule(); } |
| 955 | |
| 956 | public SourcePosition getFarthestSuccessfulPos() { return farthestSuccessfulPos; } |
| 957 |