Lines Matching full:token
53 ## Early token definitions. ##
57 AT_SETUP([Early token definitions])
60 # prologue, so that they can use the token definitions in it.
77 %token MY_TOKEN
123 %token NUM
124 %token LE "<="
125 %token GE "<="
283 ## Mixing %token styles. ##
287 AT_SETUP([Mixing %token styles])
291 [[%token <operator> OR "||"
292 %token <operator> LE 134 "<="
359 ## Token definitions. ##
363 AT_SETUP([Token definitions])
365 # Bison managed, when fed with `%token 'f' "f"' to #define 'f'!
373 %token MYEOF 0 "end of file"
374 %token 'a' "a"
375 %token B_TOKEN "b"
376 %token C_TOKEN 'c'
377 %token 'd' D_TOKEN
378 %token SPECIAL "\\\'\?\"\a\b\f\n\r\t\v\001\201\x001\x000081??!"
452 [[%token undef_id_tok const_id_tok
761 %token ARROW INVALID NUMBER STRING DATA
890 %token A 1000
891 %token B