Public Attributes

ParserError Struct Reference

A structure for parser error. More...

List of all members.

Public Attributes

int line
 line a reference that will contain a line number in case of syntax error
int col
 col a reference that will contain a column number in case of syntax error
std::string msg
 msg a string that will contain the error message

Detailed Description

A structure for parser error.


Member Data Documentation

int line

line a reference that will contain a line number in case of syntax error

int col

col a reference that will contain a column number in case of syntax error

std::string msg

msg a string that will contain the error message