HomeSort by relevance Sort by last modified time
    Searched refs:Bison (Results 1 - 15 of 15) sorted by null

  /external/bison/data/
stack.hh 1 # C++ skeleton for Bison
22 b4_copyright([Stack handling for Bison parsers in C++],
location.cc 1 # C++ skeleton for Bison
20 b4_copyright([Positions for Bison parsers in C++],
154 b4_copyright([Locations for Bison parsers in C++],
lalr1.cc 1 # C++ skeleton for Bison
35 b4_copyright([Skeleton interface for Bison LALR(1) parsers in C++],
59 /// A Bison parser.
270 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in C++],
294 # define YY_(msgid) dgettext ("bison-runtime", msgid)
653 This behavior is undocumented and Bison
    [all...]
lalr1.java 1 # Java skeleton for Bison -*- autoconf -*-
26 b4_copyright([Skeleton implementation for Bison LALR(1) parsers in Java],
34 * A Bison parser, automatically generated from <tt>]m4_bpatsubst(b4_file_name, [^"\(.*\)"$], [\1])[</tt>.
110 * Communication interface between the scanner and the Bison-generated
157 * Instantiates the Bison-generated parser.
166 * Instantiates the Bison-generated parser.
296 * Returned by a Bison action in order to stop the parsing process and
301 * Returned by a Bison action in order to stop the parsing process and
306 * Returned by a Bison action in order to start error recovery without
339 This behavior is undocumented and Bison
    [all...]
glr.cc 3 # C++ GLR skeleton for Bison
234 b4_copyright([Skeleton interface for Bison GLR parsers in C++],
251 /// A Bison parser.
glr.c 3 # GLR skeleton for Bison
183 b4_copyright([Skeleton implementation for Bison GLR parsers in C],
241 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
329 /* YYTRANSLATE(X) -- Bison symbol number corresponding to X. */
336 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
897 /* Bison grammar-table manipulation. */
    [all...]
yacc.c 3 # Yacc compatible skeleton for Bison
33 # behavior of Bison at all when push parsing is already requested.
335 b4_copyright([Bison implementation for Yacc-like parsers in C],
384 [[/* In a future release of Bison, this section will be replaced
442 # define YY_(Msgid) dgettext ("bison-runtime", Msgid)
617 /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX. */
624 /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX. */
750 in Bison 2.4.2's NEWS entry, where a plan to phase it out is
758 YYFAIL uses, which will produce warnings from Bison 2.5. */
    [all...]
  /external/bison/doc/
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
refcard.tex 1 % Bison Quick Reference
24 % This file is part of Bison.
67 \def\bisonversion{1.31} % the bison version
72 \def\version{\month\ \year, Bison Refcard Version \refcardversion}
87 \centerline{for Bison \bisonversion}
112 \centerline{for Bison \bisonversion}
303 % ** BISON **
306 \title{Bison Quick Reference}
308 \section{Starting Bison}
311 To use Bison, type: \kbd{bison {\it filename}
    [all...]
  /external/bison/etc/
bench.pl.in 5 # This file is part of Bison, the GNU Compiler Compiler.
23 my $bison = $ENV{'BISON'} || '@abs_top_builddir@/tests/bison';
172 /* Bison Declarations */
332 system ("$bison $base.y -o $base.c") == 0
364 print STDERR "Using $bison, $cc.\n";
  /external/bison/djgpp/
djunpack.bat 6 Rem This batch file unpacks the Bison distribution while simultaneously
28 Rem djunpack bison-XYZ.tar.gz
30 Rem djunpack bison-XYZ.tar.bz2
54 sed "1{s/^.*bison-/djtar -x -p -o bison-/;s|$|djgpp/fnchange.lst %%1 > fnchange.tmp|};2,$d" top_src.dir > ext_list.bat
62 sed "1{s|^.*bison-|s/@V@/bison-|;s|$|g|};2,$d" top_src.dir > version.sed
config.bat 2 Rem Configure Bison for DJGPP.
22 echo Configuring Bison for DJGPP v2.x...
468 redir -e /dev/null rm %XSRC%/po/bison.pot
  /external/bison/tests/
testsuite 587 at_tested='bison'
    [all...]
  /external/chromium_org/third_party/devscripts/
licensecheck.pl 623 if ($licensetext =~ /As a special exception, you may create a larger work that contains part or all of the Bison parser skeleton and distribute that work under terms of your choice/) {
624 $license = $license . "with Bison parser exception";
  /external/bison/
configure 3 # Generated by GNU Autoconf 2.69 for GNU Bison 2.7.
5 # Report bugs to <bug-bison@gnu.org>.
269 $as_echo "$0: Please tell bug-autoconf@gnu.org and bug-bison@gnu.org
581 PACKAGE_NAME='GNU Bison'
582 PACKAGE_TARNAME='bison'
584 PACKAGE_STRING='GNU Bison 2.7'
585 PACKAGE_BUGREPORT='bug-bison@gnu.org'
586 PACKAGE_URL='http://www.gnu.org/software/bison/'
    [all...]

Completed in 138 milliseconds