]> git.saurik.com Git - bison.git/blob - tests/bison.in
* src/gram.h, src/gram.c (grammar_rules_partial_print): New, eved
[bison.git] / tests / bison.in
1 #! @SHELL@
2 # @configure_input@
3 # Wrapper around a non installed bison to make it work as an installed one.
4
5 # We want to use the files shipped with Bison.
6 BISON_PKGDATADIR='@abs_top_srcdir@/data'
7 export BISON_PKGDATADIR
8 exec '@abs_top_builddir@/src/bison' ${1+"$@"}