diff options
author | Tavian Barnes <tavianator@gmail.com> | 2009-12-21 17:21:00 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2009-12-21 17:21:00 -0500 |
commit | ff44d1b89812c1c7ef86c848937f17a59c64a66e (patch) | |
tree | 4c3c1ee113430ed1a3d1b4ec9acd186859ef0a40 /dimension/y.tab.h | |
parent | 8424804b1feaff5121060ed5ae4a321c47a76c34 (diff) | |
download | dimension-ff44d1b89812c1c7ef86c848937f17a59c64a66e.tar.xz |
Clean up parser, and make it GLR.
Diffstat (limited to 'dimension/y.tab.h')
-rw-r--r-- | dimension/y.tab.h | 21 |
1 files changed, 21 insertions, 0 deletions
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 <tavianator@gmail.com> * + * * + * 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 <http://www.gnu.org/licenses/>. * + *************************************************************************/ + +/* Hack around automake sucking */ +#include "grammar.h" |