From ccedf7d57f6cc42553f1d80189bf1491df6680e2 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Thu, 22 Jan 2009 16:25:51 -0400 Subject: Parse != as !(==) and !~ as !(=~), for simplicity's sake. --- src/token.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/token.h') diff --git a/src/token.h b/src/token.h index 7516a87b..3663c104 100644 --- a/src/token.h +++ b/src/token.h @@ -55,6 +55,7 @@ struct expr_t::token_t : public noncopyable ASSIGN, // = MATCH, // =~ + NMATCH, // !~ MINUS, // - PLUS, // + STAR, // * -- cgit v1.2.3