From 0d35bf194a386cc6f7ad238bb356e65ed45a6062 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 23 Nov 2009 16:15:57 -0500 Subject: Begin bison implementation of parser. --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ac542f9..e373695 100644 --- a/.gitignore +++ b/.gitignore @@ -40,7 +40,9 @@ Makefile.in # Files created by `make' /dimension/dimension -/dimension/tokenize.c +/dimension/bison.c +/dimension/bison.h +/dimension/flex.c # Files created by `make check' /tests/*/*-test -- cgit v1.2.3