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

correctly parse comment at beginning of file

parent ea4e069e
Branches
Tags
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