repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* added compilers lcc and bcc (linux86)
[mascara-docs.git]
/
compilers
/
linux86-0.16.17
/
cpp
/
token1.tok
blob
cd668ceff8f77991fc8b05a463930ef4f43148ce
1
struct token_trans { char * name; int token; };
2
%%
3
..., TK_ELLIPSIS
4
>>=, TK_RIGHT_ASSIGN
5
<<=, TK_LEFT_ASSIGN
6
+=, TK_ADD_ASSIGN
7
-=, TK_SUB_ASSIGN
8
*=, TK_MUL_ASSIGN
9
/=, TK_DIV_ASSIGN
10
%=, TK_MOD_ASSIGN
11
&=, TK_AND_ASSIGN
12
^=, TK_XOR_ASSIGN
13
|=, TK_OR_ASSIGN
14
>>, TK_RIGHT_OP
15
<<, TK_LEFT_OP
16
++, TK_INC_OP
17
--, TK_DEC_OP
18
->, TK_PTR_OP
19
&&, TK_AND_OP
20
||, TK_OR_OP
21
<=, TK_LE_OP
22
>=, TK_GE_OP
23
==, TK_EQ_OP
24
!=, TK_NE_OP
25
.., TK_WORD