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

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

Issue 13498002: Add WebIDL compliant parser plus tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 'Delay build of Lexer to handler tokens correctly.' Created 7 years, 8 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
« no previous file with comments | « tools/idl_parser/run_tests.py ('k') | tools/idl_parser/test_parser/callback.idl » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ANY any 1 ANY any
2 ATTRIBUTE attribute 2 ATTRIBUTE attribute
3 BOOLEAN boolean 3 BOOLEAN boolean
4 BYTE byte 4 BYTE byte
5 CALLBACK callback 5 CALLBACK callback
6 CONST const 6 CONST const
7 CREATOR creator 7 CREATOR creator
8 DATE Date 8 DATE Date
9 DELETER deleter 9 DELETER deleter
10 DICTIONARY dictionary 10 DICTIONARY dictionary
11 DOMSTRING DOMString 11 DOMSTRING DOMString
12 DOUBLE double 12 DOUBLE double
13 FALSE false 13 FALSE false
14 FLOAT float 14 FLOAT float
15 EXCEPTION exception 15 EXCEPTION exception
16 GETTER getter 16 GETTER getter
17 IMPLEMENTS implements 17 IMPLEMENTS implements
18 INFINITY Infinity 18 INFINITY Infinity
19 INTERFACE interface 19 INTERFACE interface
20 LABEL label
21 LEGACYCALLER legacycaller 20 LEGACYCALLER legacycaller
22 LONG long 21 LONG long
23 NAMESPACE namespace
24 NAN Nan 22 NAN Nan
25 NULL null 23 NULL null
26 OBJECT object 24 OBJECT object
27 OPTIONAL optional 25 OPTIONAL optional
28 OR or 26 OR or
29 PARTIAL partial 27 PARTIAL partial
30 READONLY readonly 28 READONLY readonly
31 SETTER setter 29 SETTER setter
32 SHORT short 30 SHORT short
33 STATIC static 31 STATIC static
34 STRINGIFIER stringifier 32 STRINGIFIER stringifier
35 STRUCT struct
36 TYPEDEF typedef 33 TYPEDEF typedef
37 TRUE true 34 TRUE true
38 UNSIGNED unsigned 35 UNSIGNED unsigned
39 UNRESTRICTED unrestricted 36 UNRESTRICTED unrestricted
40 VOID void 37 VOID void
OLDNEW
« no previous file with comments | « tools/idl_parser/run_tests.py ('k') | tools/idl_parser/test_parser/callback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698