Package: parcr 0.5.2.9000
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:
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')) |
Bug tracker:https://github.com/systemsbioinformatics/parcr/issues
- fastafile - Example nucleotide fasta file
combinatorshigher-order-functionsparserparsing
Last updated 6 months agofrom:df9e58c4d4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 27 2024 |
R-4.5-win | OK | Oct 27 2024 |
R-4.5-linux | OK | Oct 27 2024 |
R-4.4-win | OK | Oct 27 2024 |
R-4.4-mac | OK | Oct 27 2024 |
R-4.3-win | OK | Oct 27 2024 |
R-4.3-mac | OK | Oct 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.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2024-01-25
Started: 2024-01-15
Making parsers with higher order functions
Rendered fromCreating_parser_combinators.Rmd
usingknitr::rmarkdown
on Oct 27 2024.Last update: 2024-02-03
Started: 2023-12-29