From ff44d1b89812c1c7ef86c848937f17a59c64a66e Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Mon, 21 Dec 2009 17:21:00 -0500 Subject: Clean up parser, and make it GLR. --- dimension/y.tab.h | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 dimension/y.tab.h (limited to 'dimension/y.tab.h') diff --git a/dimension/y.tab.h b/dimension/y.tab.h new file mode 100644 index 0000000..d6b0b52 --- /dev/null +++ b/dimension/y.tab.h @@ -0,0 +1,21 @@ +/************************************************************************* + * Copyright (C) 2009 Tavian Barnes * + * * + * This file is part of Dimension. * + * * + * Dimension is free software; you can redistribute it and/or modify it * + * under the terms of the GNU General Public License as published by the * + * Free Software Foundation; either version 3 of the License, or (at * + * your option) any later version. * + * * + * Dimension is distributed in the hope that it will be useful, but * + * WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * + * General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program. If not, see . * + *************************************************************************/ + +/* Hack around automake sucking */ +#include "grammar.h" -- cgit v1.2.3