dparser
Port of 'Dparser' Package
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 https://aclanthology.org/P84-1073.pdf). The original 'dparser' package documentation can be found at https://dparser.sourceforge.net/. This allows you to add mini-languages to R (like rxode2'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
- Version1.3.1-13
- R versionunknown
- LicenseBSD_3_clause
- LicenseLICENSE
- Needs compilation?Yes
- Last release10/22/2024
Documentation
Team
Matthew Fidler
MaintainerShow author detailsJohn Plevyak
Show author detailsRolesAuthor, Copyright holder
Insights
Last 30 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Last 365 days
The following line graph shows the downloads per day. You can hover over the graph to see the exact number of downloads per day.
Data provided by CRAN
Binaries
Dependencies
- Imports1 package
- Suggests5 packages
- Reverse Imports3 packages