aboutsummaryrefslogtreecommitdiff
path: root/src/build.y
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2006-08-21 05:54:52 +0000
committerMike Buland <eichlan@xagasoft.com>2006-08-21 05:54:52 +0000
commit4887f62bea708f24e03b3f926f2698c60a94c807 (patch)
tree77271e92cf517cbc2846897f7482c9df5efee124 /src/build.y
parentdf5286fe3bca619beb4771da1ffa8ace9613e9e5 (diff)
downloadbuild-4887f62bea708f24e03b3f926f2698c60a94c807.tar.gz
build-4887f62bea708f24e03b3f926f2698c60a94c807.tar.bz2
build-4887f62bea708f24e03b3f926f2698c60a94c807.tar.xz
build-4887f62bea708f24e03b3f926f2698c60a94c807.zip
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.
Diffstat (limited to 'src/build.y')
-rw-r--r--src/build.y4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/build.y b/src/build.y
index a624418..d852c4c 100644
--- a/src/build.y
+++ b/src/build.y
@@ -2,10 +2,6 @@
2%{ 2%{
3# include <string> 3# include <string>
4# include "builder.h" 4# include "builder.h"
5# include "action.h"
6# include "command.h"
7# include "rule.h"
8# include "filetarget.h"
9# include "build.tab.h" 5# include "build.tab.h"
10void yyerror( YYLTYPE *locp, Builder &bld, char const *msg ); 6void yyerror( YYLTYPE *locp, Builder &bld, char const *msg );
11%} 7%}