Package: rly
Type: Package
Title: 'Lex' and 'Yacc'
Version: 1.6.2
Date: 2018-09-09
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
Depends: R (>= 3.3.0)
Imports: R6, futile.logger
RoxygenNote: 5.0.1
Collate: 'logger.R' 'lex.R' 'yacc.R'
NeedsCompilation: yes
Packaged: 2018-09-09 21:23:39 UTC; lupus
Repository: CRAN
Date/Publication: 2018-09-10 22:30:03 UTC
Built: R 4.1.0; x86_64-w64-mingw32; 2020-08-03 08:13:59 UTC; windows
Archs: i386, x64
