Basic functions for building parsers, with an application to PC-AXIS format files.
Package: | qmrparser |
Type: | Package |
Version: | 0.1.5 |
Date: | 2014-12-19 |
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.
Parser combinator. http://en.wikipedia.org/wiki/Parser_combinator
Context-free grammar. http://en.wikipedia.org/wiki/Context-free_grammar
PC-Axis file format. http://www.scb.se/Pages/List____314011.aspx
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'.