piton {piton} | R Documentation |
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.
the README,
or peg_sum
for an example.