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

Side by Side Diff: ppapi/generators/test_lex.in

Issue 6697028: Add IDL Lexer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed debug print of sys.path Created 9 years, 9 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 | Annotate | Revision Log
« ppapi/generators/idl_lexer.py ('K') | « ppapi/generators/idl_lexer.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 INT 1 INT 123 INT 12345
2 SYMBOL A123 SYMBOL A_A
3 COMMENT //abc
4 COMMENT // abc
5 COMMENT // abc
6 COMMENT //abc def
7
8 COMMENT // abc def
9 COMMENT // abc def
10
11
12 COMMENT /*abc*/ COMMENT /* abc */ COMMENT /* abc
13 */
14 COMMENT /* abc def */ COMMENT /* abc def
15 */ COMMENT // abc def
16
17
18 FLOAT 1.1
19 FLOAT 1e1
20 FLOAT -1.1
21 FLOAT -1e1
22 FLOAT 1e-1
23 FLOAT -1e-1
24
25 HEX 0x1
26 HEX 0x0
27 HEX 0x10
28 HEX 0x112312
OLDNEW
« ppapi/generators/idl_lexer.py ('K') | « ppapi/generators/idl_lexer.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698