Combin8R-package: Combin8R: Parser Combinators for R

Combin8R-packageR Documentation

Combin8R: Parser Combinators for R

Description

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.

Author(s)

Maintainer: Simon Wotherspoon Simon.Wotherspoon@aad.gov.au (ORCID)

Authors:

See Also

Useful links:


SWotherspoon/Combin8R documentation built on June 10, 2025, 6:15 a.m.