aboutsummaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2013-08-05 23:11:39 +0800
committerTeddy <ted.sybil@gmail.com>2013-08-05 23:11:39 +0800
commit5dab7df6830018c5c28ebcc7cc3b242ccad2736b (patch)
treeae6a0cbc8c63c10185047abdd218f9f3b1d30bb6 /parser.h
parent45dec735ec131c18d70ad202ed1446982b99ed9f (diff)
added string quoting support in the parsernumeric_types
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
index fa00ccc..11a03a5 100644
--- a/parser.h
+++ b/parser.h
@@ -16,6 +16,7 @@ class Tokenizor {
private:
FILE *stream;
char *buff_ptr;
+ bool escaping;
public:
Tokenizor();
/** Set the stream to be read from (without setting this, the default