Crandore Hub

qmrparser

Parser Combinator in R

Basic functions for building parsers, with an application to PC-AXIS format files.

README

In order to generate package and the pdf file associated to this document:

  
0. Required software
  noweb   https://www.cs.tufts.edu/~nr/noweb/ https://en.wikipedia.org/wiki/Noweb
          "notangle" is used and in makefile variable ("MARKUP"), it is identified the "markup" program associated to noweb.
    
  bash.    https://www.gnu.org/s/bash/        https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29
  
  xelatex  https://www.tug.org/xetex/         https://en.wikipedia.org/wiki/XeTeX
  
  ps2pdf   https://pages.cs.wisc.edu/~ghost/  https://en.wikipedia.org/wiki/Ghostscript
  
  make     https://www.gnu.org/software/make/ https://en.wikipedia.org/wiki/Make_%28software%29
  
  sed      https://www.gnu.org/s/sed/         https://en.wikipedia.org/wiki/Sed
  
  awk      https://www.gnu.org/s/gawk/        https://en.wikipedia.org/wiki/Awk

  qpdf     https://qpdf.sourceforge.net/      https://en.wikipedia.org/wiki/QPDF


1. Create a working directory and copy these files:
        qmrparser.nw
        qmrparser-vignette.Rnw
  
2. Execute:
notangle -t8 qmrparser.nw > Makefile ; make


The following directories are created:
 qmrparser            : package source
 qmrparser.Rcheck     : directory created by  "R CMD check"


Moreover, these files are also created:
 qmrparser_0.1.6.tar.gz         : package file
 qmrparser.pdf                        : pdf version of this document

Versions across snapshots

VersionRepositoryFileSize
0.1.6 rolling linux/jammy R-4.5 qmrparser_0.1.6.tar.gz 643.0 KiB
0.1.6 rolling linux/noble R-4.5 qmrparser_0.1.6.tar.gz 642.6 KiB
0.1.6 rolling source/ R- qmrparser_0.1.6.tar.gz 512.0 KiB
0.1.6 latest linux/jammy R-4.5 qmrparser_0.1.6.tar.gz 643.0 KiB
0.1.6 latest linux/noble R-4.5 qmrparser_0.1.6.tar.gz 642.6 KiB
0.1.6 latest source/ R- qmrparser_0.1.6.tar.gz 512.0 KiB
0.1.6 2026-04-26 source/ R- qmrparser_0.1.6.tar.gz 512.0 KiB
0.1.6 2026-04-23 source/ R- qmrparser_0.1.6.tar.gz 512.0 KiB
0.1.6 2026-04-09 windows/windows R-4.5 qmrparser_0.1.6.zip 647.1 KiB
0.1.6 2025-04-20 source/ R- qmrparser_0.1.6.tar.gz 512.0 KiB

Dependencies (latest)

Suggests