piton {piton} | R Documentation |
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.
See Also
the README,
or peg_sum
for an example.
[Package piton version 1.0.0 Index]