Home | History | Annotate | Download | only in tests

Lines Matching full:token

425 114;regression.at:57;Early token definitions;;
429 118;regression.at:287;Mixing %token styles;;
432 121;regression.at:363;Token definitions;;
1051 %token foo
1107 %token <integer> INT
1206 %token foo "foo"
1415 %token FAKE "fake [] \a\b\f\n\r\t\v\"\'\?\\\u005B\U0000005c ??!??'??(??)??-??/??<??=??> \x1\1"
1637 %token <val> MY_TOKEN "MY TOKEN"
1640 exp: "MY TOKEN";
3980 %token END 0
4120 %token useless1
4121 %token useless2
4122 %token useless3
4123 %token useless4
4124 %token useless5
4125 %token useless6
4126 %token useless7
4127 %token useless8
4128 %token useless9
4130 %token useful
4228 %token useful
4327 %token useful
4464 /* A useless token. */
4465 %token useless_token
4467 %token useful
4557 /* A useless token. */
4558 %token useless_token
4560 %token useful
4655 %token useful
6948 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
6952 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
6959 ')' as synchronizing token. Lines starting with 'x' can never
7174 Freeing token 'y' (1@10-19)
7232 Freeing token 'x' (3@30-39)
7234 Freeing token 'x' (4@40-49)
7236 Freeing token 'x' (5@50-59)
7256 Freeing token 'y' (13@130-139)
7463 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
7467 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
7474 ')' as synchronizing token. Lines starting with 'x' can never
7689 Freeing token 'y' (1@10-19)
7747 Freeing token 'x' (3@30-39)
7749 Freeing token 'x' (4@40-49)
7751 Freeing token 'x' (5@50-59)
7771 Freeing token 'y' (13@130-139)
7976 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
7980 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
7987 ')' as synchronizing token. Lines starting with 'x' can never
8239 Freeing token 'y' (1@10-19)
8297 Freeing token 'x' (3@30-39)
8299 Freeing token 'x' (4@40-49)
8301 Freeing token 'x' (5@50-59)
8321 Freeing token 'y' (13@130-139)
8460 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
8464 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
8471 ')' as synchronizing token. Lines starting with 'x' can never
8723 Freeing token 'y' (1@10-19)
8781 Freeing token 'x' (3@30-39)
8783 Freeing token 'x' (4@40-49)
8785 Freeing token 'x' (5@50-59)
8805 Freeing token 'y' (13@130-139)
8940 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
8944 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
8951 ')' as synchronizing token. Lines starting with 'x' can never
9166 Freeing token 'y' (1@10-19)
9224 Freeing token 'x' (3@30-39)
9226 Freeing token 'x' (4@40-49)
9228 Freeing token 'x' (5@50-59)
9248 Freeing token 'y' (13@130-139)
9386 { printf ("Freeing token 'x' (%d@%d-%d)\n", $$, RANGE (@$)); }
9390 { printf ("Freeing token 'y' (%d@%d-%d)\n", $$, RANGE (@$)); }
9397 ')' as synchronizing token. Lines starting with 'x' can never
9612 Freeing token 'y' (1@10-19)
9670 Freeing token 'x' (3@30-39)
9672 Freeing token 'x' (4@40-49)
9674 Freeing token 'x' (5@50-59)
9694 Freeing token 'y' (13@130-139)
9826 /* No token stands for end of file. */
10059 %token NUM OP
10219 %token NUM OP
10338 Conflict between rule 1 and token OP resolved as reduce (%left OP).
10544 %token NUM OP
10595 %token NUM OP
10644 %token NUM OP
11015 %token CALC_EOF 0 "end of input"
11016 %token <ival> NUM "number"
11118 | Lexical analyzer returns an integer on the stack and the token |
11813 # Exercise the error token: without it, we die at the first error,
12224 %token CALC_EOF 0 "end of input"
12225 %token <ival> NUM "number"
12327 | Lexical analyzer returns an integer on the stack and the token |
13022 # Exercise the error token: without it, we die at the first error,
13433 %token CALC_EOF 0 "end of input"
13434 %token <ival> NUM "number"
13559 | Lexical analyzer returns an integer on the stack and the token |
14256 # Exercise the error token: without it, we die at the first error,
14664 %token CALC_EOF 0 "end of input"
14665 %token <ival> NUM "number"
14767 | Lexical analyzer returns an integer on the stack and the token |
15462 # Exercise the error token: without it, we die at the first error,
15873 %token CALC_EOF 0 "end of input"
15874 %token <ival> NUM "number"
15976 | Lexical analyzer returns an integer on the stack and the token |
16671 # Exercise the error token: without it, we die at the first error,
17082 %token CALC_EOF 0 "end of input"
17083 %token <ival> NUM "number"
17185 | Lexical analyzer returns an integer on the stack and the token |
17880 # Exercise the error token: without it, we die at the first error,
18291 %token CALC_EOF 0 "end of input"
18292 %token <ival> NUM "number"
18394 | Lexical analyzer returns an integer on the stack and the token |
19083 # Exercise the error token: without it, we die at the first error,
19491 %token CALC_EOF 0 "end of input"
19492 %token <ival> NUM "number"
19608 | Lexical analyzer returns an integer on the stack and the token |
20311 # Exercise the error token: without it, we die at the first error,
20722 %token CALC_EOF 0 "end of input"
20723 %token <ival> NUM "number"
20848 | Lexical analyzer returns an integer on the stack and the token |
21539 # Exercise the error token: without it, we die at the first error,
21944 %token CALC_EOF 0 "end of input"
21945 %token <ival> NUM "number"
22070 | Lexical analyzer returns an integer on the stack and the token |
22761 # Exercise the error token: without it, we die at the first error,
23166 %token CALC_EOF 0 "end of input"
23167 %token <ival> NUM "number"
23269 | Lexical analyzer returns an integer on the stack and the token |
23964 # Exercise the error token: without it, we die at the first error,
24375 %token CALC_EOF 0 "end of input"
24376 %token <ival> NUM "number"
24501 | Lexical analyzer returns an integer on the stack and the token |
25192 # Exercise the error token: without it, we die at the first error,
25597 %token CALC_EOF 0 "end of input"
25598 %token <ival> NUM "number"
25714 | Lexical analyzer returns an integer on the stack and the token |
26411 # Exercise the error token: without it, we die at the first error,
26819 %token CALC_EOF 0 "end of input"
26820 %token <ival> NUM "number"
26945 | Lexical analyzer returns an integer on the stack and the token |
27636 # Exercise the error token: without it, we die at the first error,
28050 %token CALC_EOF 0 "end of input"
28051 %token <ival> NUM "number"
28153 | Lexical analyzer returns an integer on the stack and the token |
28848 # Exercise the error token: without it, we die at the first error,
29259 %token CALC_EOF 0 "end of input"
29260 %token <ival> NUM "number"
29362 | Lexical analyzer returns an integer on the stack and the token |
30057 # Exercise the error token: without it, we die at the first error,
30468 %token CALC_EOF 0 "end of input"
30469 %token <ival> NUM "number"
30594 | Lexical analyzer returns an integer on the stack and the token |
31291 # Exercise the error token: without it, we die at the first error,
31699 %token CALC_EOF 0 "end of input"
31700 %token <ival> NUM "number"
31802 | Lexical analyzer returns an integer on the stack and the token |
32497 # Exercise the error token: without it, we die at the first error,
32908 %token CALC_EOF 0 "end of input"
32909 %token <ival> NUM "number"
33011 | Lexical analyzer returns an integer on the stack and the token |
33706 # Exercise the error token: without it, we die at the first error,
34117 %token CALC_EOF 0 "end of input"
34118 %token <ival> NUM "number"
34220 | Lexical analyzer returns an integer on the stack and the token |
34915 # Exercise the error token: without it, we die at the first error,
35326 %token CALC_EOF 0 "end of input"
35327 %token
35429 | Lexical analyzer returns an integer on the stack and the token |
36118 # Exercise the error token: without it, we die at the first error,
36526 %token CALC_EOF 0 "end of input"
36527 %token <ival> NUM "number"
36652 | Lexical analyzer returns an integer on the stack and the token |
37349 # Exercise the error token: without it, we die at the first error,
37757 %token CALC_EOF 0 "end of input"
37758 %token <ival> NUM "number"
37883 | Lexical analyzer returns an integer on the stack and the token |
38574 # Exercise the error token: without it, we die at the first error,
38979 %token CALC_EOF 0 "end of input"
38980 %token <ival> NUM "number"
39105 | Lexical analyzer returns an integer on the stack and the token |
39796 # Exercise the error token: without it, we die at the first error,
40201 %token CALC_EOF 0 "end of input"
40202 %token <ival> NUM "number"
40304 | Lexical analyzer returns an integer on the stack and the token |
40999 # Exercise the error token: without it, we die at the first error,
41410 %token CALC_EOF 0 "end of input"
41411 %token <ival> NUM "number"
41536 | Lexical analyzer returns an integer on the stack and the token |
42227 # Exercise the error token: without it, we die at the first error,
42632 %token CALC_EOF 0 "end of input"
42633 %token <ival> NUM "number"
42758 | Lexical analyzer returns an integer on the stack and the token |
43449 # Exercise the error token: without it, we die at the first error,
43854 %token CALC_EOF 0 "end of input"
43855 %token <ival> NUM "number"
43980 | Lexical analyzer returns an integer on the stack and the token |
44671 # Exercise the error token: without it, we die at the first error,
45094 %token CALC_EOF 0 "end of input"
45095 %token <ival> NUM "number"
45218 | Lexical analyzer returns an integer on the stack and the token |
45941 # Exercise the error token: without it, we die at the first error,
46358 %token CALC_EOF 0 "end of input"
46359 %token <ival> NUM "number"
46482 | Lexical analyzer returns an integer on the stack and the token |
47199 # Exercise the error token: without it, we die at the first error,
47613 %token CALC_EOF 0 "end of input"
47614 %token <ival> NUM "number"
47737 | Lexical analyzer returns an integer on the stack and the token |
48454 # Exercise the error token: without it, we die at the first error,
48868 %token CALC_EOF 0 "end of input"
48869 %token <ival> NUM "number"
48992 | Lexical analyzer returns an integer on the stack and the token |
49709 # Exercise the error token: without it, we die at the first error,
50123 %token CALC_EOF 0 "end of input"
50124 %token <ival> NUM "number"
50247 | Lexical analyzer returns an integer on the stack and the token |
50964 # Exercise the error token: without it, we die at the first error,
51387 %token CALC_EOF 0 "end of input"
51388 %token <ival> NUM "number"
51511 | Lexical analyzer returns an integer on the stack and the token |
52228 # Exercise the error token: without it, we die at the first error,
52642 %token CALC_EOF 0 "end of input"
52643 %token <ival> NUM "number"
52766 | Lexical analyzer returns an integer on the stack and the token |
53483 # Exercise the error token: without it, we die at the first error,
53840 %token END "end"
53846 print "%token t$size $size \"$size\"\n";
54063 %token
54288 %token token
54297 print "%token\n";
54322 print "n$count: token { \$\$ = $count; };\n";
54337 return token;
54533 %token WAIT_FOR_EOF
54730 %token WAIT_FOR_EOF
54932 %token FUNC_CALL NAME REGEXP
54933 %token ERROR
54934 %token YNUMBER YSTRING
54935 %token RELOP APPEND_OP
54936 %token ASSIGNOP MATCHOP NEWLINE CONCAT_OP
54937 %token LEX_BEGIN LEX_END LEX_IF LEX_ELSE LEX_RETURN LEX_DELETE
54938 %token LEX_WHILE LEX_DO LEX_FOR LEX_BREAK LEX_CONTINUE
54939 %token LEX_PRINT LEX_PRINTF LEX_NEXT LEX_EXIT LEX_FUNCTION
54940 %token LEX_GETLINE LEX_NEXTFILE
54941 %token LEX_IN
54942 %token LEX_AND LEX_OR INCREMENT DECREMENT
54943 %token LEX_BUILTIN LEX_LENGTH
55301 %token
55330 %token HIDENTIFIER
55331 %token HBOOLEANKONST HINTEGERKONST HCHARACTERKONST
55332 %token HREALKONST
55333 %token HTEXTKONST
55971 %token LABEL
55972 %token VARIABLE
55973 %token NUMBER
55974 %token TEXT
55975 %token COMMAND_LINE
55976 %token DELIMITED
55977 %token ORDINAL
55978 %token TH
55979 %token LEFT_ARROW_HEAD
55980 %token RIGHT_ARROW_HEAD
55981 %token DOUBLE_ARROW_HEAD
55982 %token LAST
55983 %token UP
55984 %token DOWN
55985 %token LEFT
55986 %token RIGHT
55987 %token BOX
55988 %token CIRCLE
55989 %token ELLIPSE
55990 %token ARC
55991 %token LINE
55992 %token ARROW
55993 %token MOVE
55994 %token SPLINE
55995 %token HEIGHT
55996 %token RADIUS
55997 %token WIDTH
55998 %token DIAMETER
55999 %token FROM
56000 %token TO
56001 %token AT
56002 %token WITH
56003 %token BY
56004 %token THEN
56005 %token SOLID
56006 %token DOTTED
56007 %token DASHED
56008 %token CHOP
56009 %token SAME
56010 %token INVISIBLE
56011 %token LJUST
56012 %token RJUST
56013 %token ABOVE
56014 %token BELOW
56015 %token OF
56016 %token THE
56017 %token WAY
56018 %token BETWEEN
56019 %token AND
56020 %token HERE
56021 %token DOT_N
56022 %token DOT_E
56023 %token DOT_W
56024 %token DOT_S
56025 %token DOT_NE
56026 %token DOT_SE
56027 %token DOT_NW
56028 %token DOT_SW
56029 %token DOT_C
56030 %token DOT_START
56031 %token DOT_END
56032 %token DOT_X
56033 %token DOT_Y
56034 %token DOT_HT
56035 %token DOT_WID
56036 %token DOT_RAD
56037 %token SIN
56038 %token COS
56039 %token ATAN2
56040 %token LOG
56041 %token EXP
56042 %token SQRT
56043 %token K_MAX
56044 %token K_MIN
56045 %token INT
56046 %token RAND
56047 %token SRAND
56048 %token COPY
56049 %token THRU
56050 %token TOP
56051 %token BOTTOM
56052 %token UPPER
56053 %token LOWER
56054 %token SH
56055 %token PRINT
56056 %token CW
56057 %token CCW
56058 %token FOR
56059 %token DO
56060 %token IF
56061 %token ELSE
56062 %token ANDAND
56063 %token OROR
56064 %token NOTEQUAL
56065 %token EQUALEQUAL
56066 %token LESSEQUAL
56067 %token GREATEREQUAL
56068 %token LEFT_CORNER
56069 %token RIGHT_CORNER
56070 %token NORTH
56071 %token SOUTH
56072 %token EAST
56073 %token WEST
56074 %token CENTER
56075 %token END
56076 %token START
56077 %token RESET
56078 %token UNTIL
56079 %token PLOT
56080 %token THICKNESS
56081 %token FILL
56082 %token COLORED
56083 %token OUTLINED
56084 %token SHADED
56085 %token ALIGNED
56086 %token SPRINTF
56087 %token COMMAND
56665 114 ) # 114. regression.at:57: Early token definitions
56667 at_desc='Early token definitions'
56668 $at_quiet $ECHO_N "114: Early token definitions $ECHO_C"
56676 # prologue, so that they can use the token definitions in it.
56703 %token MY_TOKEN
56859 %token NUM
56860 %token LE "<="
56861 %token GE "<="
57099 118 ) # 118. regression.at:287: Mixing %token styles
57101 at_desc='Mixing %token styles'
57102 $at_quiet $ECHO_N "118: Mixing %token styles $ECHO_C"
57111 %token <operator> OR "||"
57112 %token <operator> LE 134 "<="
57269 121 ) # 121. regression.at:363: Token definitions
57271 at_desc='Token definitions'
57272 $at_quiet $ECHO_N "121: Token definitions $ECHO_C"
57279 # Bison managed, when fed with `%token 'f' "f"' to #define 'f'!
57297 %token MYEOF 0 "end of file"
57298 %token 'a' "a"
57299 %token B_TOKEN "b"
57300 %token C_TOKEN 'c'
57301 %token 'd' D_TOKEN
57302 %token SPECIAL "\\\'\?\"\a\b\f\n\r\t\v\001\201\x001\x000081??!"
57517 %token undef_id_tok const_id_tok
57950 %token ARROW INVALID NUMBER STRING DATA
58205 %token ARROW INVALID NUMBER STRING DATA
58459 %token ARROW INVALID NUMBER STRING DATA
58752 %token A 1000
58753 %token B
58978 %token A 1000
58979 %token B
59203 %token A 1000
59204 %token B
59835 %token TYPENAME ID
60310 %token TYPENAME ID
60788 %token TYPENAME ID
61263 %token TYPENAME ID
61741 %token TYPENAME ID
62221 %token TYPENAME ID
62704 %token TYPENAME ID
63184 %token TYPENAME ID
63667 %token TYPENAME ID
64523 %token BAD_CHAR
64524 %token P1 P2 T1 T2 T3 T4 O1 O2
65364 %token T_CONSTANT
65365 %token T_PORT
65366 %token T_SIGNAL
66017 %token PARENT_RHS_AFTER
66335 yychar = '#'; /* Not a token in the grammar. */
66638 yychar = '#'; /* Not a token in the grammar. */