Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
relast-preprocessor
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
JastAdd
relast-preprocessor
Commits
c00441c0
Commit
c00441c0
authored
4 years ago
by
Johannes Mey
Browse files
Options
Downloads
Patches
Plain Diff
correctly parse comment at beginning of file
parent
ea4e069e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/jastadd/parser/RelAst.parser
+1
-1
1 addition, 1 deletion
src/main/jastadd/parser/RelAst.parser
with
1 addition
and
1 deletion
src/main/jastadd/parser/RelAst.parser
+
1
−
1
View file @
c00441c0
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
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment