Learn R Programming

piton (version 1.0.0)

piton: Parsing Expression Grammars in Rcpp

Description

This package wraps the PEGTL library to make Parsing Expression Grammars available to R/C++ developers. As an exported, header-only package, it can be included in other Rcpp codebases using depends functionality, and is platform-independent.

Arguments

See Also

the README, or peg_sum for an example.