57 const std::string& sname =
"stream input");
65 const std::string& sname =
"string stream");
84 void error(
const std::string& m);
bool parse_string(const std::string &input, const std::string &sname="string stream")
bool trace_parsing
enable debug output in the bison parser
bool parse_stream(std::istream &in, const std::string &sname="stream input")
class SlamContext & slamContext
std::string streamname
stream name (file or input stream) used for error messages.
bool parse_file(const std::string &filename)
bool trace_scanning
enable debug output in the flex scanner
void error(const class location &l, const std::string &m)
Two points in a source file.