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 333.3 kB | win-64/r-dparser-1.3.1_4-r41h6d2157b_0.tar.bz2  3 years and 6 months ago 781 main
conda 338.6 kB | osx-64/r-dparser-1.3.1_4-r41h28b5c78_0.tar.bz2  3 years and 6 months ago 140 main
conda 366.7 kB | linux-64/r-dparser-1.3.1_4-r41hcfec24a_0.tar.bz2  3 years and 6 months ago 2140 main
conda 337.3 kB | osx-64/r-dparser-1.3.1_4-r40h28b5c78_0.tar.bz2  3 years and 8 months ago 183 main
conda 284.5 kB | osx-64/r-dparser-1.3.1_4-r36h28b5c78_0.tar.bz2  3 years and 8 months ago 168 main
conda 347.9 kB | win-64/r-dparser-1.3.1_4-r40h6d2157b_0.tar.bz2  3 years and 8 months ago 838 main
conda 306.9 kB | win-64/r-dparser-1.3.1_4-r36h6d2157b_0.tar.bz2  3 years and 8 months ago 826 main
conda 365.5 kB | linux-64/r-dparser-1.3.1_4-r40hcfec24a_0.tar.bz2  3 years and 8 months ago 2243 main
conda 316.6 kB | linux-64/r-dparser-1.3.1_4-r36hcfec24a_0.tar.bz2  3 years and 8 months ago 2237 main

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