From 4887f62bea708f24e03b3f926f2698c60a94c807 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Aug 2006 05:54:52 +0000 Subject: Getting there, it compiles, now for the fun sophisticated pieces where the builder itself tells the lexer which tokens are functions, and which are target types. --- 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 b174681..9a15719 100644 --- a/src/build.l +++ b/src/build.l @@ -31,6 +31,7 @@ std::string strbuf; "produces" return TOK_PRODUCES; "check" return TOK_CHECK; "clean" return TOK_CLEAN; +"target" return TOK_TARGET; \n+ { yylloc->last_line += yyleng; -- cgit v1.2.3