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

  /external/bison/data/
Makefile.am 19 c.m4 yacc.c glr.c \
20 c++.m4 location.cc lalr1.cc glr.cc
glr.cc 3 # C++ GLR skeleton for Bison
22 # This skeleton produces a C++ class that encapsulates a C glr parser.
23 # This is in order to reduce the maintenance burden. The glr.c
26 # fact, glr.c can replace yacc.c without the user noticing any
27 # difference, and similarly for glr.cc replacing lalr1.cc.
42 # We use location.cc just like lalr1.cc, but because glr.c stores
93 [/* Line __line__ of glr.cc. */
105 [/* Line __line__ of glr.cc. */
206 # Let glr.c believe that the user arguments include the parser itself.
214 m4_include(b4_pkgdatadir/[glr.c]
    [all...]
Makefile 214 c.m4 yacc.c glr.c \
215 c++.m4 location.cc lalr1.cc glr.cc
  /external/bison/tests/
Makefile.am 55 cxx-type.at glr-regression.at
testsuite 367 56;actions.at:536;Printers and Destructors : %glr-parser;;
368 57;actions.at:537;Printers and Destructors with union: %glr-parser;;
395 84;calc.at:586;Calculator %glr-parser ;;
396 85;calc.at:588;Calculator %glr-parser %defines;;
397 86;calc.at:589;Calculator %glr-parser %locations;;
398 87;calc.at:590;Calculator %glr-parser %name-prefix="calc";;
399 88;calc.at:591;Calculator %glr-parser %verbose;;
400 89;calc.at:592;Calculator %glr-parser %yacc;;
401 90;calc.at:593;Calculator %glr-parser %error-verbose;;
402 91;calc.at:595;Calculator %glr-parser %pure-parser %locations;
    [all...]
Makefile 214 cxx-type.at glr-regression.at
  /external/bison/src/
output.c 234 /* Dynamic precedence (GLR). */
236 /* Merger-function index (GLR). */
478 /* GLR parsing slightly modifies YYTABLE and YYCHECK (and thus
483 This means that YYCONFLP and YYCONFL are nonsense for a non-GLR
486 the GLR skeletons even without the non-deterministic tables. */
617 skeleton = "glr.c";
  /external/bison/djgpp/
config.bat 227 sed "s/c++\.m4/cxx.m4/" %XSRC%/data/glr.cc > glr.cc
228 if errorlevel 1 goto glr.ccFileError
229 mv ./glr.cc %XSRC%/data/glr.cc
438 echo ./data/glr.cc file editing failed!

Completed in 3158 milliseconds