Package: rly
Type: Package
Title: 'Lex' and 'Yacc'
Version: 1.2.1
Date: 2016-12-18
Authors@R: c(person("Marek", "Jagielski", 
                    role = c("aut", "cre", "cph"), 
                    email = "marek.jagielski@gmail.com"),
             person("David M.", " Beazley", 
                    role = c("aut", "cph")))
Author: Marek Jagielski [aut, cre, cph], David M. Beazley [aut, cph]
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: R6, futile.logger
RoxygenNote: 5.0.1
Collate: 'logger.R' 'lex.R' 'yacc.R'
NeedsCompilation: yes
Packaged: 2016-12-18 18:17:25 UTC; marek
Repository: CRAN
Date/Publication: 2016-12-18 22:36:47
