Parser implementation work
This commit is contained in:
parent
35e5ad63c1
commit
8a7c962d16
|
@ -1159,6 +1159,7 @@ class LabeledStatement : ASTNode
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
mixin(DEFAULT_ACCEPT);
|
mixin(DEFAULT_ACCEPT);
|
||||||
|
Token identifier;
|
||||||
Statement statement;
|
Statement statement;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
1752
std/d/parser.d
1752
std/d/parser.d
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue