| by_split | Applying a parser to a split string |
| by_symbol | Applying a parser to individual symbols of a string |
| EmptyLine | Recognize empty lines |
| eof | Detect end of input |
| failed | Testing for parser failure |
| fastafile | Example nucleotide fasta file |
| finished | Test whether the parser has completely consumed the input |
| grapes-or-grapes | Applying alternative parsers |
| grapes-ret-grapes | Return a fixed value instead of the result of a parser |
| grapes-then-grapes | Applying parsers in sequence |
| grapes-using-grapes | Applying a function to the result of a parser |
| grapes-xthen-grapes | Keeping only first or second result from a %then% sequence |
| Ignore | Ignore all until the end |
| literal | Matching parser input with a literal string |
| match_s | Identifying and processing a string and producing custom... |
| print.marker | Print method for an object of class 'marker' |
| reporter | Turn a parser into an error reporting parser |
| satisfy | Matching input using a logical function |
| store | Store and retrieve objects |
| stringparser | String parser constructor |
| succeed | The most basic parsers |
| zero_or_more | Repeated application of a parser |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.