www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [nitpick] keyword list is almost alphabetical

reply J C Calvarese <jcc7 cox.net> writes:
This isn't really a bug, but I thought Walter might want to know.

On http://www.digitalmars.com/d/lex.html, the list of keywords isn't 
quite in alphabetical order:

catch
cent
char
class    <--
cfloat
cdouble  <--
creal    <--
const
continue


IMHO it should be:

catch
cdouble  <--
cent
cfloat
char
class    <--
const
continue
creal    <--


-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
Sep 25 2004
parent "Walter" <newshound digitalmars.com> writes:
You're right, I'll fix it.
Sep 30 2004