[Issue 577] New: statement.html - NonEmptyStatement grammar lists DebugStatement and VersionStatement, which are not defined
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Sun Nov 19 15:08:48 PST 2006
http://d.puremagic.com/issues/show_bug.cgi?id=577
Summary: statement.html - NonEmptyStatement grammar lists
DebugStatement and VersionStatement, which are not
defined
Product: D
Version: 0.174
Platform: All
URL: http://www.digitalmars.com/d/statement.html
OS/Version: All
Status: NEW
Keywords: spec
Severity: normal
Priority: P2
Component: www.digitalmars.com
AssignedTo: bugzilla at digitalmars.com
ReportedBy: smjg at iname.com
OtherBugsDependingO 511
nThis:
NonEmptyStatement:
LabeledStatement
ExpressionStatement
DeclarationStatement
IfStatement
DebugStatement
VersionStatement
WhileStatement
DoStatement
ForStatement
ForeachStatement
SwitchStatement
CaseStatement
DefaultStatement
ContinueStatement
BreakStatement
ReturnStatement
GotoStatement
WithStatement
SynchronizedStatement
TryStatement
ScopeGuardStatement
ThrowStatement
VolatileStatement
AsmStatement
PragmaStatement
DebugStatement and VersionStatement do not exist. They have been replaced by
ConditionalStatement, of which static if is also a variety.
The grammar needs to be updated.
--
More information about the Digitalmars-d-bugs
mailing list