[Issue 1295] New: Some minor errors in the lexer grammar

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 27 13:15:14 PDT 2007


http://d.puremagic.com/issues/show_bug.cgi?id=1295

           Summary: Some minor errors in the lexer grammar
           Product: D
           Version: 1.017
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P3
         Component: www.digitalmars.com
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: aziz.kerim at gmail.com


Integer shouldn't be in the Integer rule:
http://www.digitalmars.com/d/lex.html#integerliteral

p and P should alternate in the HexExponent rule:
http://www.digitalmars.com/d/lex.html#floatliteral

Also, some rule names are not followed by a colon.


-- 



More information about the Digitalmars-d-bugs mailing list