About Anaconda Help Download Anaconda

A Scannerless GLR parser/parser generator. Note that GLR standing for "generalized LR", where L stands for "left-to-right" and R stands for "rightmost (derivation)". For more information see <https://en.wikipedia.org/wiki/GLR_parser>. This parser is based on the Tomita (1987) algorithm. (Paper can be found at <http://acl-arc.comp.nus.edu.sg/archives/acl-arc-090501d3/data/pdf/anthology-PDF/J/J87/J87-1004.pdf>). The original 'dparser' package documentation can be found at <http://dparser.sourceforge.net/>. This allows you to add mini-languages to R (like RxODE's ODE mini-language Wang, Hallow, and James 2015 <DOI:10.1002/psp4.12052>) or to parse other languages like 'NONMEM' to automatically translate them to R code. To use this in your code, add a LinkingTo dparser in your DESCRIPTION file and instead of using #include <dparse.h> use #include <dparser.h>. This also provides a R-based port of the make_dparser <http://dparser.sourceforge.net/d/make_dparser.cat> command called mkdparser(). Additionally you can parse an arbitrary grammar within R using the dparse() function, which works on most OSes and is mainly for grammar testing. The fastest parsing, of course, occurs at the C level, and is suggested.

copied from cf-staging / r-dparser
Type Size Name Uploaded Downloads Labels
conda 301.2 kB | win-64/r-dparser-1.3.1_10-r41h6d2157b_1.conda  1 year and 5 months ago 457 main
conda 304.0 kB | osx-64/r-dparser-1.3.1_10-r42h6dc245f_1.conda  1 year and 5 months ago 256 main
conda 313.1 kB | osx-64/r-dparser-1.3.1_10-r43h6dc245f_1.conda  1 year and 5 months ago 222 main
conda 337.4 kB | linux-64/r-dparser-1.3.1_10-r43h57805ef_1.conda  1 year and 5 months ago 1246 main
conda 323.6 kB | linux-64/r-dparser-1.3.1_10-r42h57805ef_1.conda  1 year and 5 months ago 1289 main
conda 300.8 kB | win-64/r-dparser-1.3.1_10-r41h6d2157b_0.conda  1 year and 8 months ago 532 main
conda 303.9 kB | osx-64/r-dparser-1.3.1_10-r42h815d134_0.conda  1 year and 8 months ago 216 main
conda 300.2 kB | osx-64/r-dparser-1.3.1_10-r41h815d134_0.conda  1 year and 8 months ago 198 main
conda 326.7 kB | linux-64/r-dparser-1.3.1_10-r41h133d619_0.conda  1 year and 8 months ago 1476 main
conda 321.9 kB | linux-64/r-dparser-1.3.1_10-r42h133d619_0.conda  1 year and 8 months ago 1411 main

© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy