Package: piton
Type: Package
Title: Parsing Expression Grammars in Rcpp
Version: 1.0.1
URL: https://github.com/Ironholds/piton
BugReports: https://github.com/Ironholds/piton/issues
Authors@R: c(person(given = "Os",
                      family = "Keyes",
                      role = c("aut", "cre"),
                      email = "ironholds@gmail.com"),
               person(given = "Duncan",
                      family = "Garmonsway",
                      role = "ctb"),
               person(given = "Colin",
                      family = "Hirsch",
                      role = "cph"),
               person(given = "Daniel",
                      family = "Frey",
                      role = "cph"))
Maintainer: Os Keyes <ironholds@gmail.com>
Description: A wrapper around the 'Parsing Expression Grammar Template Library', a C++11 library for generating
    Parsing Expression Grammars, that makes it accessible within Rcpp. With this, developers can implement
    their own grammars and easily expose them in R packages.
License: MIT + file LICENSE
Encoding: UTF-8
LinkingTo: Rcpp
Imports: Rcpp
RoxygenNote: 7.3.3
Suggests: testthat
Date: 2025-11-30
NeedsCompilation: yes
Packaged: 2025-11-30 15:51:32 UTC; ironholds
Author: Os Keyes [aut, cre],
  Duncan Garmonsway [ctb],
  Colin Hirsch [cph],
  Daniel Frey [cph]
Repository: CRAN
Date/Publication: 2025-11-30 17:10:02 UTC
Built: R 4.6.0; x86_64-w64-mingw32; 2026-02-05 02:45:25 UTC; windows
Archs: x64
