Construct parser combinator functions, higher order functions that parse input. Construction of such parsers is transparent and easy. Their main application is the parsing of structured text files like those generated by laboratory instruments. Based on a paper by Hutton (1992) <doi:10.1017/S0956796800000411>.
Version: | 0.5.2 |
Depends: | R (≥ 4.1) |
Suggests: | knitr, rmarkdown, stringr, testthat (≥ 3.0.0) |
Published: | 2024-06-07 |
DOI: | 10.32614/CRAN.package.parcr |
Author: | Douwe Molenaar [aut, cre, cph] |
Maintainer: | Douwe Molenaar <d.molenaar at vu.nl> |
BugReports: | https://github.com/SystemsBioinformatics/parcr/issues |
License: | MIT + file LICENSE |
URL: | https://github.com/SystemsBioinformatics/parcr |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | parcr results |
Reference manual: | parcr.pdf |
Vignettes: |
Making parsers with higher order functions Details |
Package source: | parcr_0.5.2.tar.gz |
Windows binaries: | r-devel: parcr_0.5.2.zip, r-release: parcr_0.5.2.zip, r-oldrel: parcr_0.5.2.zip |
macOS binaries: | r-release (arm64): parcr_0.5.2.tgz, r-oldrel (arm64): parcr_0.5.2.tgz, r-release (x86_64): parcr_0.5.2.tgz, r-oldrel (x86_64): parcr_0.5.2.tgz |
Old sources: | parcr archive |
Please use the canonical form https://CRAN.R-project.org/package=parcr to link to this page.