From 5dab7df6830018c5c28ebcc7cc3b242ccad2736b Mon Sep 17 00:00:00 2001 From: Teddy Date: Mon, 5 Aug 2013 23:11:39 +0800 Subject: added string quoting support in the parser --- parser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'parser.h') 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 -- cgit v1.2.3