comparison trunk/src/dil/lexer/TokensEnum.d @ 685:c5fd3b7bfcab

Added 'pure' keyword.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 21 Jan 2008 19:07:23 +0100
parents 4d50267f59c9
children 9f61e8af55d5
comparison
equal deleted inserted replaced
684:10b314bf37e3 685:c5fd3b7bfcab
92 Else, Enum, Export, Extern, False, Final, 92 Else, Enum, Export, Extern, False, Final,
93 Finally, For, Foreach, Foreach_reverse, Function, Goto, 93 Finally, For, Foreach, Foreach_reverse, Function, Goto,
94 If, Import, In, Inout, 94 If, Import, In, Inout,
95 Interface, Invariant, Is, Lazy, Macro/+D2.0+/, 95 Interface, Invariant, Is, Lazy, Macro/+D2.0+/,
96 Mixin, Module, New, Null, Out, Override, Package, 96 Mixin, Module, New, Null, Out, Override, Package,
97 Pragma, Private, Protected, Public, Ref/+D2.0+/, Return, 97 Pragma, Private, Protected, Public, Pure/+D2.0+/, Ref, Return,
98 Scope, Static, Struct, Super, Switch, Synchronized, 98 Scope, Static, Struct, Super, Switch, Synchronized,
99 Template, This, Throw, Traits/+D2.0+/, True, Try, Typedef, Typeid, 99 Template, This, Throw, Traits/+D2.0+/, True, Try, Typedef, Typeid,
100 Typeof, Union, Unittest, 100 Typeof, Union, Unittest,
101 Version, Volatile, While, With, 101 Version, Volatile, While, With,
102 // Integral types. 102 // Integral types.
196 "else","enum","export","extern","false","final", 196 "else","enum","export","extern","false","final",
197 "finally","for","foreach","foreach_reverse","function","goto", 197 "finally","for","foreach","foreach_reverse","function","goto",
198 "if","import","in","inout", 198 "if","import","in","inout",
199 "interface","invariant","is","lazy","macro", 199 "interface","invariant","is","lazy","macro",
200 "mixin","module","new","null","out","override","package", 200 "mixin","module","new","null","out","override","package",
201 "pragma","private","protected","public","ref","return", 201 "pragma","private","protected","public","pure","ref","return",
202 "scope","static","struct","super","switch","synchronized", 202 "scope","static","struct","super","switch","synchronized",
203 "template","this","throw","__traits","true","try","typedef","typeid", 203 "template","this","throw","__traits","true","try","typedef","typeid",
204 "typeof","union","unittest", 204 "typeof","union","unittest",
205 "version","volatile","while","with", 205 "version","volatile","while","with",
206 // Integral types. 206 // Integral types.