--- trunk/src/mdParser/MDParser.g 2006/01/11 23:04:09 847 +++ trunk/src/mdParser/MDParser.g 2006/01/11 23:06:08 848 @@ -457,7 +457,7 @@ EXPONENT // a couple protected methods to assist in matching floating point numbers protected EXPONENT - : ('e'|'E') ('+'|'-')? ('0'..'9')+ + : ('e'|'E'|'d'|'D') ('+'|'-')? ('0'..'9')+ ; protected