Package: parcr 0.5.2.9000

Douwe Molenaar

parcr: Construct Parsers for Structured Text Files

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>.

Authors:Douwe Molenaar [aut, cre, cph]

parcr_0.5.2.9000.tar.gz
parcr_0.5.2.9000.zip(r-4.5)parcr_0.5.2.9000.zip(r-4.4)parcr_0.5.2.9000.zip(r-4.3)
parcr_0.5.2.9000.tgz(r-4.4-any)parcr_0.5.2.9000.tgz(r-4.3-any)
parcr_0.5.2.9000.tar.gz(r-4.5-noble)parcr_0.5.2.9000.tar.gz(r-4.4-noble)
parcr_0.5.2.9000.tgz(r-4.4-emscripten)parcr_0.5.2.9000.tgz(r-4.3-emscripten)
parcr.pdf |parcr.html
parcr/json (API)
NEWS

# Install 'parcr' in R:
install.packages('parcr', repos = c('https://systemsbioinformatics.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/systemsbioinformatics/parcr/issues

Datasets:

On CRAN:

combinatorshigher-order-functionsparserparsing

28 exports 3 stars 1.68 score 0 dependencies 8 scripts 785 downloads

Last updated 3 months agofrom:df9e58c4d4. Checks:OK: 7. Indexed: yes.

TargetResultDate
Doc / VignettesOKAug 27 2024
R-4.5-winOKAug 27 2024
R-4.5-linuxOKAug 27 2024
R-4.4-winOKAug 27 2024
R-4.4-macOKAug 27 2024
R-4.3-winOKAug 27 2024
R-4.3-macOKAug 27 2024

Exports:%or%%ret%%then%%thenx%%using%%xthen%by_splitby_symbolEmptyLineeofexactlyfailfailedfinishedIgnoreliteralmatch_nmatch_sMaybeEmptyone_or_morereporterretrievesatisfySpacerstoresucceedzero_or_morezero_or_one

Dependencies:

Discussion of some design details

Rendered fromDesign_details.Rmdusingknitr::rmarkdownon Aug 27 2024.

Last update: 2024-01-25
Started: 2024-01-15

Making parsers with higher order functions

Rendered fromCreating_parser_combinators.Rmdusingknitr::rmarkdownon Aug 27 2024.

Last update: 2024-02-03
Started: 2023-12-29