| alnum | Alpha-numeric |
| alpha | Alphabet |
| between | #' High-order combinator #' Choice combinator #' @param... |
| blank | Whitespaces |
| digit | Digits |
| grapes-alt-grapes | Or combinator (with multiple parsing results) |
| grapes-chain_by-grapes | Chained-by combinator |
| grapes-using-grapes | Constructor combinator |
| literal | Literal parser |
| lower | Lower-case letters |
| memoise | Memoisation of a parser |
| one_of | One-of / Any-of combinator |
| one_or_more | One-or-more combinator |
| or-combinator | Or combinator (with single parsing result) |
| punct | Punctuation |
| report | Report the input and output of a function |
| satisfy | Satisfy parser constructor |
| sep_by | Separated-by combinator |
| string | String parser constructor |
| symbs | Symbols (Alpha-numeric and Punctuation) |
| then-combinator | And(-then) combinator and variants |
| upper | Upper-case letters |
| zero_or_more | Zero-or-more combinator |
| zero_or_one | Zero-or-one combinator |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.