A structure for parser error. More...
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 |
A structure for parser error.
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