Parser implementation work

This commit is contained in:
Hackerpilot 2013-05-22 23:50:23 -07:00
parent 35e5ad63c1
commit 8a7c962d16
2 changed files with 1480 additions and 273 deletions

View File

@ -1159,6 +1159,7 @@ class LabeledStatement : ASTNode
{ {
public: public:
mixin(DEFAULT_ACCEPT); mixin(DEFAULT_ACCEPT);
Token identifier;
Statement statement; Statement statement;
} }

File diff suppressed because it is too large Load Diff