28 #ifndef IMAGES_IMAGEEXPRGRAM_H
29 #define IMAGES_IMAGEEXPRGRAM_H
33 #include <casacore/casa/aips.h>
34 #include <casacore/casa/BasicSL/String.h>
String: the storage and methods of handling collections of characters.
this file contains all the compiler specific defines
int imageExprGramParseCommand(const String &command)
Declare the bison parser (is implemented by bison command).
void ImageExprGramerror(const char *)
The yyerror function for the parser.
Int & imageExprGramPosition()
Give the current position in the string.
int imageExprGramInput(char *buf, int max_size)
Declare the input routine for flex/bison.
String imageExprGramRemoveEscapes(const String &in)
A function to remove escaped characters.
String imageExprGramRemoveQuotes(const String &in)
A function to remove quotes from a quoted string.