OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GLR
(Results
1 - 3
of
3
) sorted by null
/external/bison/src/
reader.c
444
warn_at (loc, _("%s affects only
GLR
parsers"), "%dprec");
459
warn_at (loc, _("%s affects only
GLR
parsers"), "%merge");
/external/bison/data/
glr.c
3
#
GLR
skeleton for Bison
21
# If we are loaded by
glr
.cc, do not override c++.m4 definitions by
23
m4_if(b4_skeleton, ["
glr
.c"],
41
# If
glr
.cc is including this file and thus has already set b4_pure_flag,
52
# This is not shared with yacc.c in c.m4 because
GLR
relies on ISO C
183
b4_copyright([Skeleton implementation for Bison
GLR
parsers in C],
186
/* C
GLR
parser skeleton written by Paul Hilfinger. */
729
/** Type of the items in the
GLR
stack. The yyisState field
[
all
...]
glr.cc
3
# C++
GLR
skeleton for Bison
21
# This skeleton produces a C++ class that encapsulates a C
glr
parser.
22
# This is in order to reduce the maintenance burden. The
glr
.c
25
# fact,
glr
.c can replace yacc.c without the user noticing any
26
# difference, and similarly for
glr
.cc replacing lalr1.cc.
41
# We use location.cc just like lalr1.cc, but because
glr
.c stores
222
# Let
glr
.c believe that the user arguments include the parser itself.
230
m4_include(b4_pkgdatadir/[
glr
.c])
234
b4_copyright([Skeleton interface for Bison
GLR
parsers in C++],
237
/* C++
GLR
parser skeleton written by Akim Demaille. *
[
all
...]
Completed in 292 milliseconds