SWotherspoon/Combin8R: Parser Combinators for R

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 parses to form a more complex parser.

Getting started

Package details

Maintainer
LicenseMozilla Public License 2.0
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("SWotherspoon/Combin8R")
SWotherspoon/Combin8R documentation built on May 9, 2019, 12:05 p.m.