forked from systemincloud/rly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 1.1 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Package: rly
Type: Package
Title: Tools to Create Formal Language Parsers
Version: 1.6.2
Date: 2018-11-03
Authors@R: c(person("Marek", "Jagielski",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
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 <[email protected]>
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