Combin8R-package | R Documentation |
A parser combinator package to assist the construction of recursive descent parsers. A parser is a function that accepts a string as input, and upon success returns a list containing any unconsumed input and the result of the parse. A parser combinator is a higher order function that combines one or more simple parsers to form a more complex parser.
Maintainer: Simon Wotherspoon Simon.Wotherspoon@aad.gov.au (ORCID)
Authors:
Michael Sumner mdsumner@gmail.com (ORCID)
Useful links:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.