Package: dparser 1.3.1-13
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 <dparse.h> use #include <dparser.h>. This also provides a R-based port of the make_dparser <https://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.
Authors:
dparser_1.3.1-13.tar.gz
dparser_1.3.1-13.zip(r-4.7)dparser_1.3.1-13.zip(r-4.6)dparser_1.3.1-13.zip(r-4.5)
dparser_1.3.1-13.tgz(r-4.6-x86_64)dparser_1.3.1-13.tgz(r-4.6-arm64)dparser_1.3.1-13.tgz(r-4.5-x86_64)dparser_1.3.1-13.tgz(r-4.5-arm64)
dparser_1.3.1-13.tar.gz(r-4.7-arm64)dparser_1.3.1-13.tar.gz(r-4.7-x86_64)dparser_1.3.1-13.tar.gz(r-4.6-arm64)dparser_1.3.1-13.tar.gz(r-4.6-x86_64)
dparser_1.3.1-13.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
dparser/json (API)
NEWS
| # Install 'dparser' in R: |
| install.packages('dparser', repos = c('https://nlmixr2.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/nlmixr2/dparser-r/issues
Pkgdown/docs site:https://nlmixr2.github.io
Last updated from:93056acdf6. Checks:13 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 133 | ||
| linux-devel-x86_64 | OK | 135 | ||
| source / vignettes | OK | 191 | ||
| linux-release-arm64 | OK | 133 | ||
| linux-release-x86_64 | OK | 134 | ||
| macos-release-arm64 | OK | 111 | ||
| macos-release-x86_64 | OK | 210 | ||
| macos-oldrel-arm64 | OK | 84 | ||
| macos-oldrel-x86_64 | OK | 181 | ||
| windows-devel | OK | 104 | ||
| windows-release | OK | 117 | ||
| windows-oldrel | OK | 108 | ||
| wasm-release | OK | 113 |
Exports:.dparsePtrdparsedpDefaultSkipdpGetFiledpIncludeDirdpReloaddpRparsedpVersiongc.dparsermkdparse
Dependencies:digest
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| A Scannerless GLR parser/parser generator | dparser-package dparser |
| Return the dparser function pointers | .dparsePtr |
| Create R-based Dparser tree walking function based on grammar | dparse |
| Default skip function for darsing grammar | dpDefaultSkip |
| Reload the R dparser dll | dpReload |
| mkdparse dparser grammer c | mkdparse |
