| add_rule | Adds a rule to the parser |
| apply_rule | Applies the rule to the specified text |
| as.data.frame.pegR | produces data.frame consisting of peg rules |
| consumed | Returns The portion ot the input text consumed during a... |
| debug.pegR | Turn on the pegR rule debugger |
| delete_rule | Deletes the given rule form the parser. |
| get_action | Retrieve an action to the rule specified by rule.id |
| get_description | Gets a description of a given rule |
| get_rule_stack | Returns the call stack when the stop level was exceeded |
| inspect_rule | Inspects a given rule contained within a parser |
| new.parser | Creates an instance of a new PEG parser. |
| paste1 | A convenient shortcut for pasting lists |
| pegr | Parsing Made Bearable With Pegr |
| plot.PEGResult | Plots the parsing result as a tree. |
| plus-.pegR | Alternative to add_rule. |
| print.AttachedRule | Prints an attached rule |
| print.pegR | Prints the rules contained in the PEG |
| print.PEGResult | prints the final result of applying a rule to text input |
| print.ruleStructure | A formatted printing for results of inspect_rule |
| qp | A simple tool to examine a parsing expression in isolation |
| rule_ids | Lists all Rules contained in the parser |
| set_action | Attach an (optional) action to a specified rule |
| set_definition | Reset rule.definition in the parser |
| set_description | Attach an (optional) description to a specified rule |
| set_record_model | Sets the peg to recording mode |
| set_rule_stack_limit | Sets restriction on the maximum call depth of rules |
| status | Returns the Status of a parsing result |
| sub-sub-.pegR | An alternative to apply_rule |
| sub-subset-.pegR | Reset an existing rule: definition, description, action |
| summary.pegR | Summarizes of the parser rule structure |
| summary.PEGResult | Summarizes a parsing result |
| tree | Print Tree |
| undebug.pegR | Turn off the pegR rule debugger |
| unset_rule_stack_limit | Unsets a restriction the maximum lcall depth of rules |
| value | Returns the value of a parsing result |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.