[Issue 6549] Implement contracts without implementation.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 29 06:05:12 PST 2012


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



--- Comment #5 from Stewart Gordon <smjg at iname.com> 2012-02-29 06:05:03 PST ---
Possible grammar rewrite:

Decl:
    StorageClasses Decl
    BasicType Declarators ;
    BasicType Declarator BlockStatement
    BasicType Declarator BodyStatement
    BasicType Declarator Contracts ;
    BasicType Declarator Contracts BodyStatement
    AutoDeclaration

Contracts:
    InStatement
    OutStatement
    InStatement OutStatement
    OutStatement InStatement

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list