Home
last modified time | relevance | path

Searched refs:associativity (Results 1 – 9 of 9) sorted by relevance

/external/bison/src/
Dprint-xml.c394 assoc associativity = symbols[token_translations[i]]->assoc; in print_grammar() local
404 if (associativity != undef_assoc) in print_grammar()
405 fprintf (out, " assoc=\"%s\"", assoc_to_string (associativity) + 1); in print_grammar()
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/tool/templates/messages/languages/
Den.stg230 …AME_ASSOC(arg) ::= "all operators of alt <alt> of left-recursive rule must have same associativity"
/external/bison/doc/
Dbison.texi227 * Precedence Decl:: Declaring terminals with precedence and associativity.
1962 @code{%left} and @code{%right} (right associativity) take the place of
1964 associativity. (These tokens are single-character literals, which
1966 the associativity.)
3222 Semantic Values}), associativity, or precedence (@pxref{Precedence,
3246 value data type (@pxref{Value Type}), associativity, or precedence
4375 * Precedence Decl:: Declaring terminals with precedence and associativity.
4423 associativity and precedence. @xref{Precedence Decl, ,Operator
4498 declare a token and specify its precedence and associativity, all at
4518 But in addition, they specify the associativity and relative precedence for
[all …]
Dbison.info190 * Precedence Decl:: Declaring terminals with precedence and associativity.
2471 `%left' and `%right' (right associativity) take the place of `%token'
2472 which is used to declare a token type name without associativity.
2475 associativity.)
3558 Values: Value Type.), associativity, or precedence (*note Operator
3578 value data type (*note Value Type::), associativity, or precedence
4510 * Precedence Decl:: Declaring terminals with precedence and associativity.
4552 of `%token', if you wish to specify associativity and precedence.
4612 and specify its precedence and associativity, all at once. These are
4626 But in addition, they specify the associativity and relative precedence
[all …]
/external/bison/po/
Dde.po1284 #~ msgid "undefined associativity"
/external/bison/
DChangeLog-20124070 precedence or associativity, add a prec or assoc attribute.
11708 Recode the handling of associativity and precedence in terms
16519 Adjust all former `associativity' dependencies.
16520 * src/symtab.c (symbol_new): Default associativity is `undef', not
17486 * src/parse-gram.y: Handle precedence/associativity.
17509 * src/symtab.h (associativity): Add `undef_assoc'.
17689 Complete the description with the precedence/associativity
18296 to the bucket giving the priority/associativity.
18297 Member `associativity' removed: useless.
18382 (associativity): Move to...
[all …]
DChangeLog434 precedence/associativity directives.
/external/mksh/src/
Dcheck.t332 Check associativity of division operator
373 Check associativity of assignment-operator operator
/external/antlr/antlr-3.4/tool/
DCHANGES.txt362 * Added associativity token option to support upcoming special expression