May 16, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1236

           Summary: Grammar for Floating Literals is incomplete
           Product: D
           Version: unspecified
          Platform: All
               URL: http://www.digitalmars.com/d/lex.html
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: www.digitalmars.com
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: d@chqrlie.org


The grammar for floating literals has no rules to describe imaginary integers : 1i for instance is parsed as an idouble by the compiler, but fails to match any of the FloatLiteral grammar rules.

An example would be helpful too.

1i * 1i -> -1. (a double)


-- 

July 01, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1236


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2007-07-01 14:06 -------
Fixed DMD 1.018 and DMD 2.002


--