ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/mdParser/MDParser.g
(Generate patch)

Comparing trunk/OOPSE-4/src/mdParser/MDParser.g (file contents):
Revision 2513 by tim, Fri Dec 16 02:57:00 2005 UTC vs.
Revision 2547 by gezelter, Wed Jan 11 23:06:08 2006 UTC

# Line 457 | Line 457 | EXPONENT
457   // a couple protected methods to assist in matching floating point numbers
458   protected
459   EXPONENT
460 <        :       ('e'|'E') ('+'|'-')? ('0'..'9')+
460 >        :       ('e'|'E'|'d'|'D') ('+'|'-')? ('0'..'9')+
461          ;
462  
463   protected

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines