Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(201)

Side by Side Diff: tools/idl_parser/test_lexer/values_ppapi.in

Issue 1713673002: Remove //tools/idl_parser. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/idl_parser/test_lexer/values.in ('k') | tools/idl_parser/test_parser/callback_web.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 integer 1 integer 123 integer 12345
2 identifier A123 identifier A_A
3
4 COMMENT /*XXXX*/
5 COMMENT //XXXX
6
7 COMMENT /*MULTI LINE*/
8
9 [ [
10 ] ]
11 * *
12 . .
13 ( (
14 ) )
15 { {
16 } }
17 [ [
18 ] ]
19 , ,
20 ; ;
21 : :
22 = =
23 + +
24 - -
25 / /
26 ~ ~
27 | |
28 & &
29 ^ ^
30 > >
31 < <
32
33 LSHIFT <<
34 RSHIFT >>
35 ELLIPSIS ...
36
37 float 1.1
38 float 1e1
39 float -1.1
40 float -1e1
41 float 1e-1
42 float -1e-1
43 float 1.0e1
44 float -1.0e-1
45
46 integer 00
47 integer 01
48 integer 0123
49
50 identifier blah
OLDNEW
« no previous file with comments | « tools/idl_parser/test_lexer/values.in ('k') | tools/idl_parser/test_parser/callback_web.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698