Package: rly
Type: Package
Title: Tools to Create Formal Language Parser
Version: 1.7.7
Date: 2025-09-25
Authors@R: c(person("Marek", "Jagielski",
                    role = c("aut", "cre", "cph"),
                    email = "marek.jagielski@gmail.com"),
             person("David M.", "Beazley",
                    role = c("aut", "cph")),
             person("Yasutaka", "Tanaka",
                    role = c("ctb")),
             person("Henrico", "Witvliet",
                    role = c("ctb")))
Author: Marek Jagielski [aut, cre, cph],
  David M. Beazley [aut, cph],
  Yasutaka Tanaka [ctb],
  Henrico Witvliet [ctb]
Maintainer: Marek Jagielski <marek.jagielski@gmail.com>
Description: R implementation of the common parsing tools 'lex' and 'yacc'.
License: MIT + file LICENSE
URL: https://github.com/systemincloud/rly
BugReports: https://github.com/systemincloud/rly/issues
Suggests: testthat, knitr, rmarkdown
Encoding: UTF-8
Depends: R (>= 3.3.0)
Imports: R6, futile.logger
RoxygenNote: 6.1.1
Collate: 'logger.R' 'lex.R' 'yacc.R' 'rly-package.R'
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2025-09-25 09:58:58 UTC; lupus
Repository: CRAN
Date/Publication: 2025-09-26 22:00:02 UTC
Built: R 4.4.1; aarch64-apple-darwin20; 2025-10-07 13:22:32 UTC; unix
Archs: rly.so.dSYM
