From ff938b977db21378a1f016f65e7345c50e71ef8f Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 24 Apr 2007 14:09:50 +0000 Subject: Half way there on the road to implementing basic group functionality. You can create groups, you can't do anything with them yet (although the syntax is supported already.) --- src/build.l | 1 + 1 file changed, 1 insertion(+) (limited to 'src/build.l') diff --git a/src/build.l b/src/build.l index 15c4003..5b69177 100644 --- a/src/build.l +++ b/src/build.l @@ -36,6 +36,7 @@ std::string strbuf; "filter" return TOK_FILTER; "prefix" return TOK_PREFIX; "aggregate" return TOK_AGGREGATE; +"group" return TOK_GROUP; \n+ { yylloc->last_line += yyleng; -- cgit v1.2.3