summaryrefslogtreecommitdiff
path: root/util/epist/parser.hh
diff options
context:
space:
mode:
authorMarius Nita <marius@cs.pdx.edu>2002-09-03 08:57:35 +0000
committerMarius Nita <marius@cs.pdx.edu>2002-09-03 08:57:35 +0000
commit18f704edd0938355622049d853c1ce3cdfaee168 (patch)
tree05a0ffff1be3a3287e63367d94ab5290c7710b07 /util/epist/parser.hh
parent37ccfef89546e38fe8c0ab1e039a8abdff8bd588 (diff)
better error reporting. epist now reports the line number and token a parser error occurs at, as well as invalid actions.
Diffstat (limited to 'util/epist/parser.hh')
-rw-r--r--util/epist/parser.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/epist/parser.hh b/util/epist/parser.hh
index c12fec92..b1c02a31 100644
--- a/util/epist/parser.hh
+++ b/util/epist/parser.hh
@@ -73,6 +73,7 @@ private:
Action::ActionType _action;
std::string _key;
std::string _arg;
+ bool _add;
};
#endif //__parser_hh