From 55211f91fa8120ff0cb545157ad8e4cf5669c2e8 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 20 Oct 2016 12:10:25 +0200 Subject: Add support for lexing modes that treat quotes as literals --- build2/lexer | 1 + 1 file changed, 1 insertion(+) (limited to 'build2/lexer') diff --git a/build2/lexer b/build2/lexer index e9de617..df8c852 100644 --- a/build2/lexer +++ b/build2/lexer @@ -114,6 +114,7 @@ namespace build2 char sep_pair; bool sep_space; // Are whitespaces separators (see skip_spaces())? + bool quotes; // Recognize quoted fragments. // Word separator characters. For two-character sequence put the first // one in sep_first and the second one in the corresponding position of -- cgit v1.1