Parser Combinator in R
Alternative phrases
Single character, belonging to a given set, token
Specific single character token.
Comment token.
One phrase then another
Dots sequence token.
Empty token
End of file token
Is it a digit?
Is it an hexadecimal digit?
Is it a letter?
Is it a lower case?
Is it a new line character?
Is it a symbol?
Is it an upper case?
Is it a white space?
Arbitrary given token.
Floating-point number token.
Integer number token.
Natural number token.
Number in scientific notation token.
Optional parser
Creates PC-AXIS cube
Exports a PC-AXIS cube into CSV in several files.
Parser for PC-AXIS format files
Parser Combinator in R
Repeats one parser
Repeats a parser, at least once.
Generic word separator token.
Generic interface for character processing, allowing forward and backw...
Creates a streamParser from a file name
Creates a streamParser from a string
Token string
Alphanumeric token.
White sequence token.
Basic functions for building parsers, with an application to PC-AXIS format files.