/external/bison/tests/ |
package.m4 | 2 m4_define([AT_PACKAGE_NAME], [GNU Bison]) 3 m4_define([AT_PACKAGE_TARNAME], [bison]) 5 m4_define([AT_PACKAGE_STRING], [GNU Bison 2.7]) 6 m4_define([AT_PACKAGE_BUGREPORT], [bug-bison@gnu.org])
|
/prebuilts/misc/darwin-x86/bison/ |
PREBUILT | 2 using the source in external/bison, with build command 3 "make bison" from the top of the source tree.
|
/prebuilts/misc/linux-x86/bison/ |
PREBUILT | 2 using the source in external/bison, with build command 3 "make bison" from the top of the source tree.
|
/external/bison/darwin-lib/ |
configmake.h | 14 #define DOCDIR "/usr/local/share/doc/bison" 16 #define HTMLDIR "/usr/local/share/doc/bison" 17 #define DVIDIR "/usr/local/share/doc/bison" 18 #define PDFDIR "/usr/local/share/doc/bison" 19 #define PSDIR "/usr/local/share/doc/bison" 25 //#define PKGDATADIR "/usr/local/share/bison" 26 #define PKGINCLUDEDIR "/usr/local/include/bison" 27 #define PKGLIBDIR "/usr/local/lib/bison" 28 #define PKGLIBEXECDIR "/usr/local/libexec/bison"
|
/external/bison/linux-lib/ |
configmake.h | 14 #define DOCDIR "/usr/local/share/doc/bison" 16 #define HTMLDIR "/usr/local/share/doc/bison" 17 #define DVIDIR "/usr/local/share/doc/bison" 18 #define PDFDIR "/usr/local/share/doc/bison" 19 #define PSDIR "/usr/local/share/doc/bison" 25 //#define PKGDATADIR "/usr/local/share/bison" 26 #define PKGINCLUDEDIR "/usr/local/include/bison" 27 #define PKGLIBDIR "/usr/local/lib/bison" 28 #define PKGLIBEXECDIR "/usr/local/libexec/bison"
|
/external/bison/doc/ |
yacc.1.in | 11 .IR bison (1). 15 .IR bison (1) 29 .BR bison (1). 32 .B bison 36 .B bison 39 .B info bison
|
bison.x | 2 bison \- GNU Project parser generator (yacc replacement) 5 .I Bison 23 (.ypp or .y++), then bison will follow your extension to name the 33 .I Bison 38 .I bison 42 .B bison.texinfo 45 .I Bison
|
bison.1 | 2 .TH BISON "1" "December 2012" "bison 2.7" "User Commands" 4 bison \- GNU Project parser generator (yacc replacement) 6 .B bison 9 .I Bison 27 (.ypp or .y++), then bison will follow your extension to name the 37 .I Bison 42 .I bison 46 .B bison.texinfo 49 .I Bison [all...] |
/external/bison/ |
PACKAGING | 4 Although the source of the bison package comes as a single package, 8 bison-runtime 11 that contain Bison-generated parsers. 13 bison 14 Contents: Tools and documentation for developers that use Bison. 16 Dependencies: requires bison-runtime. 18 The 'bison-runtime' binary package is much smaller than the 'bison' 21 Bison-generated parsers. 32 $prefix/share/locale/*/LC_MESSAGES/bison-runtime.m [all...] |
AUTHORS | 1 Authors of GNU Bison. 3 Bison was written primarily by Robert Corbett. 8 string literals and other features (Bison 1.25, 1995). 10 Akim Demaille rewrote the parser in Bison, and changed the back end to 13 Paul Hilfinger added GLR support (Bison 1.50, 2002). 16 IELR and LAC (Lookahead Correction) support (Bison 2.5, 2011). 18 Paolo Bonzini contributed Java support (Bison 2.4, 2008). 20 Alex Rozenman added named reference support (Bison 2.5, 2011). 29 This file is part of Bison, the GNU Compiler Compiler.
|
README | 1 This package contains the GNU Bison parser generator. 8 Bison requires GNU m4 1.4.6 or later. See: 13 Bison supports two catalogues: one for Bison itself (i.e., for the 16 both differ: bison needs ngettext, the generated parsers do not. To 19 http://lists.gnu.org/archive/html/bug-bison/2009-08/msg00006.html for 23 See the section FAQ in the documentation (doc/bison.info) for 28 If you have questions about using Bison and the documentation does 29 not answer them, please send mail to <help-bison@gnu.org>. 32 Please send bug reports to <bug-bison@gnu.org>. Please include th [all...] |
NEWS | 1 GNU Bison NEWS 27 Caret errors have been added to Bison: 71 for locations. When defined, Bison no longer generates the position.hh 79 This feature was actually introduced, but not documented, in Bison 2.5, 125 We consider compiler warnings about Bison generated parsers to be bugs. 144 Bison 2.6.3's --version was incorrect. This release fixes this issue. 208 Bison no longer executes user-specified M4 code when processing a grammar. 212 In addition to the removal of the features announced in Bison 2.6, the 230 While Bison used to warn about stray $ or @ in action rules, it did not 248 The next major release of Bison will drop support for the followin [all...] |
/external/bison/etc/ |
README | 7 Set the envvars BISON and CC to the programs and flags you want to 8 use. They default to bison and gcc. To run a non-installed bison 11 BISON=_build/tests/bison CC='gcc -O2' ./bench.pl 13 (The _build/tests/bison wrapper makes sure that _build/src/bison will 15 straightforward use of _build/src/bison would.) 21 This file is part of Bison, the GNU Compiler Compiler.
|
/external/bison/data/ |
README | 3 This directory contains data needed by Bison. 6 Bison skeletons: the general shapes of the different parser kinds, 7 that are specialized for specific grammars by the bison program. 12 It used to be named bison.simple: it corresponds to C Yacc 22 A Generalized LR C parser based on Bison's LALR(1) tables. 27 These skeletons are the only ones supported by the Bison team. 28 Because the interface between skeletons and the bison program is not 29 finished, *we are not bound to it*. In particular, Bison is not 35 which is used by Bison to instantiate the skeletons. 38 This directory contains XSLT programs that transform Bison's XML outpu [all...] |
/external/bison/m4/ |
bison-i18n.m4 | 0 # bison-i18n.m4 serial 2 11 dnl Support for internationalization of bison-generated parsers. 15 dnl sets BISON_LOCALEDIR to indicate where to find the bison-runtime.mo files 16 dnl and defines YYENABLE_NLS if there are bison-runtime.mo files at all. 20 echo "The BISON-I18N macro is used without being preceded by AM-GNU-GETTEXT." 1>&2 26 dnl Determine bison's localedir. 27 dnl AC_PROG_YACC sets the YACC variable; other macros set the BISON variable. 28 dnl But even is YACC is called "yacc", it may be a script that invokes bison 30 dnl YACC's default value is empty; BISON's default value is :. 31 if (${YACC-${BISON-:}} --print-localedir) >/dev/null 2>&1; the [all...] |
/external/bison/examples/calc++/ |
calc++-parser.yy | 1 #line 10196 "../../doc/bison.texi" 6 #line 10214 "../../doc/bison.texi" 11 #line 10227 "../../doc/bison.texi" 15 #line 10240 "../../doc/bison.texi" 22 #line 10255 "../../doc/bison.texi" 25 #line 10265 "../../doc/bison.texi" 32 #line 10280 "../../doc/bison.texi" 36 #line 10295 "../../doc/bison.texi" 42 #line 10309 "../../doc/bison.texi" 47 #line 10320 "../../doc/bison.texi [all...] |
calc++-driver.hh | 1 #line 10057 "../../doc/bison.texi" 7 #line 10073 "../../doc/bison.texi" 16 #line 10089 "../../doc/bison.texi" 27 #line 10107 "../../doc/bison.texi" 32 #line 10118 "../../doc/bison.texi" 37 #line 10132 "../../doc/bison.texi"
|
/external/bison/djgpp/ |
README.in | 1 This is a port of GNU Bison @VERSION@ to MSDOS/DJGPP. 22 The DJGPP port of Bison offers LFN and SFN support depending on which 29 It should be noticed that this bison version needs the m4 program as 31 files. This implies that m4 must always be installed to get bison 33 /dev/env/DJDIR/share/bison and shall not be removed. 34 It should also be noticed that the skeleton files bison.simple and 35 bison.hairy are no longer supported. This applies also to the environ- 38 The kind of skeleton file bison.hairy is no longer supported at all. 39 The skeleton file bison.simple is now called yacc.c and is an m4 script. 40 The other two skeleton files supported by this bison version are glr. [all...] |
/external/bison/src/ |
muscle-tab.h | 1 /* Muscle table manager for Bison, 6 This file is part of Bison, the GNU Compiler Compiler. 101 use with b4_check_user_names in ../data/bison.m4. USER_NAME is not escaped 126 /* Mimic b4_percent_define_get in ../data/bison.m4 exactly. That is, if the 128 the empty string. Also, record Bison's usage of VARIABLE by defining 133 /* Mimic muscle_percent_define_get_loc in ../data/bison.m4 exactly. That is, 135 a Bison error. Otherwise, return its definition location in a form 137 Don't record this as a Bison usage of VARIABLE as there's no reason to 141 /* Mimic muscle_percent_define_get_syncline in ../data/bison.m4 exactly. That 143 that's a Bison error. Otherwise, return its definition location as [all...] |
LR0.h | 1 /* Generate the LR(0) parser states for Bison. 6 This file is part of Bison, the GNU Compiler Compiler.
|
print.h | 1 /* Print information on generated parser, for bison, 5 This file is part of Bison, the GNU Compiler Compiler.
|
print_graph.h | 1 /* Output a graph of the generated parser, for Bison. 5 This file is part of Bison, the GNU Compiler Compiler.
|
/external/bison/data/xslt/ |
bison.xsl | 4 bison.xsl - common templates for Bison XSLT. 8 This file is part of Bison, the GNU Compiler Compiler. 26 xmlns:bison="http://www.gnu.org/software/bison/"> 29 name="bison:symbolByName" 30 match="/bison-xml-report/grammar/nonterminals/nonterminal" 34 name="bison:symbolByName" 35 match="/bison-xml-report/grammar/terminals/terminal" 39 name="bison:ruleByNumber [all...] |
/external/elfutils/libcpu/ |
i386_parse.h | 1 /* A Bison parser, made by GNU Bison 2.3. */ 3 /* Skeleton interface for Bison's Yacc-like parsers in C 24 part or all of the Bison parser skeleton and distribute that work 30 Bison output files to be licensed under the GNU General Public 34 version 2.2 of Bison. */
|
/external/ipsec-tools/src/libipsec/ |
policy_parse.h | 1 /* A Bison parser, made by GNU Bison 2.3. */ 3 /* Skeleton interface for Bison's Yacc-like parsers in C 24 part or all of the Bison parser skeleton and distribute that work 30 Bison output files to be licensed under the GNU General Public 34 version 2.2 of Bison. */
|