qmrparser-package {qmrparser} | R Documentation |
Parser Combinator in R
Description
Basic functions for building parsers, with an application to PC-AXIS format files.
Details
Package: | qmrparser |
Type: | Package |
Version: | 0.1.6 |
Date: | 2022-04-10 |
License: | GPL (>= 3) |
LazyLoad: | yes |
Collection of functions to build programs to read complex data files formats, with an application to the case of PC-AXIS format.
Author(s)
Juan Gea Rosat, Ramon MartĂnez CoscollĂ
Maintainer: Juan Gea Rosat <juangea@geax.net>
References
Parser combinator. https://en.wikipedia.org/wiki/Parser_combinator
Context-free grammar. https://en.wikipedia.org/wiki/Context-free_grammar
PC-Axis file format. https://www.scb.se/en/services/statistical-programs-for-px-files/px-file-format/
Type RShowDoc("index",package="qmrparser")
at the R command line to open the package vignette.
Type RShowDoc("qmrparser",package="qmrparser")
to open pdf developer guide.
Source code used in literate programming can be found in folder 'noweb'.