Skip to content
Snippets Groups Projects
Commit 988e7143 authored by Johannes Mey's avatar Johannes Mey
Browse files

correctly parse comment at beginning of file

parent 55ed9bd0
No related branches found
No related tags found
No related merge requests found
GrammarFile goal
= comment_list.c {: return new EmptyDeclaration(c); :}
= comment_list.c grammar_file.f {: f.getDeclarationList().insertChild(new EmptyDeclaration(c), 0); return f; :}
| grammar_file
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment