From 5ec75a228eb07d5f5a36c6b390b0f8229c9f2065 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Blub) Bumiller" Date: Wed, 21 Nov 2012 20:42:48 +0100 Subject: [PATCH] question mark must result in TOKEN_OPERATOR --- lexer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lexer.c b/lexer.c index 5a1f23e..b637af9 100644 --- a/lexer.c +++ b/lexer.c @@ -1022,6 +1022,7 @@ int lex_do(lex_file *lex) case '[': case '(': case ':': + case '?': lex_tokench(lex, ch); lex_endtoken(lex); if (lex->flags.noops) -- 2.39.2