--- trunk/src/mdParser/MDParser.g 2005/12/16 02:57:00 814 +++ 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