Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArc
Commits
1a8b1f29
Commit
1a8b1f29
authored
Jan 22, 2018
by
Sascha Niklas Schneiders
Browse files
updated grammar
parent
a334b1cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/grammars/de/monticore/lang/embeddedmontiarc/EmbeddedMontiArc.mc4
View file @
1a8b1f29
...
...
@@ -84,7 +84,7 @@ grammar EmbeddedMontiArc extends de.monticore.lang.monticar.Common2, de.monticor
symbol
scope
Component
implements
Element
=
NEWLINETOKEN
*
"component"
Name
genericTypeParameters
:
TypeParameters
//
TypeParameters
is
optional
itself
(
"("
(
Parameter
||
","
)+
")"
)?
(
NEWLINETOKEN
*
"("
NEWLINETOKEN
*
(
Parameter
||
","
)+
NEWLINETOKEN
*
")"
NEWLINETOKEN
*)?
NEWLINETOKEN
*
(
"implements"
superComponent
:
ReferenceType
)?
NEWLINETOKEN
*
body
:
ComponentBody
;
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment