Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
monticore
EmbeddedMontiArc
languages
EmbeddedMontiArc
Commits
c79886a9
Commit
c79886a9
authored
Oct 08, 2017
by
Yannick Deuster
Browse files
Merge branch 'master' into yannick.deuster
parents
18a88ccf
7b941648
Changes
3
Hide whitespace changes
Inline
Side-by-side
pom.xml
View file @
c79886a9
...
...
@@ -46,7 +46,7 @@
<se-commons.version>
1.7.7
</se-commons.version>
<mc.grammars.assembly.version>
0.0.6-SNAPSHOT
</mc.grammars.assembly.version>
<languages.version>
4.0.1-SNAPSHOT
</languages.version>
<SIUnit.version>
0.0.
4
-SNAPSHOT
</SIUnit.version>
<SIUnit.version>
0.0.
6
-SNAPSHOT
</SIUnit.version>
<Common-MontiCar.version>
0.0.3-SNAPSHOT
</Common-MontiCar.version>
...
...
@@ -135,19 +135,19 @@
<version>
${se-commons.version}
</version>
</dependency>
<dependency>
<groupId>
de.monticore.lang
</groupId>
<artifactId>
SI
Unit
</artifactId>
<version>
${SIUnit.version}
</version>
</dependency>
<dependency>
<groupId>
de.monticore.lang
</groupId>
<artifactId>
SI
Unit
</artifactId>
<version>
${SIUnit.version}
</version>
<classifier>
${grammars.classifier}
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
<groupId>
de.monticore.lang
</groupId>
<artifactId>
Number
Unit
</artifactId>
<version>
${SIUnit.version}
</version>
</dependency>
<dependency>
<groupId>
de.monticore.lang
</groupId>
<artifactId>
Number
Unit
</artifactId>
<version>
${SIUnit.version}
</version>
<classifier>
${grammars.classifier}
</classifier>
<scope>
provided
</scope>
</dependency>
<dependency>
...
...
src/main/grammars/de/monticore/lang/embeddedmontiarc/EmbeddedMontiArc.mc4
View file @
c79886a9
...
...
@@ -24,7 +24,7 @@ package de.monticore.lang.embeddedmontiarc;
*
*
@
author
Sascha
Schneiders
,
Sining
Wang
,
Yu
Qiao
*/
grammar
EmbeddedMontiArc
extends
de
.
monticore
.
lang
.
monticar
.
Common2
,
de
.
monticore
.
lang
.
monticar
.
Ranges
,
de
.
monticore
.
lang
.
monticar
.
MCExpressions
{
grammar
EmbeddedMontiArc
extends
de
.
monticore
.
lang
.
monticar
.
Common2
,
de
.
monticore
.
lang
.
monticar
.
Ranges
,
de
.
monticore
.
lang
.
monticar
.
MCExpressions
,
de
.
monticore
.
lang
.
monticar
.
Types2
{
/**
ASTEMACompilationUnit
represents
the
complete
component
*
@
attribute
package
The
package
declaration
of
this
component
...
...
src/test/resources/testing/NumberUnitTest1.ema
0 → 100644
View file @
c79886a9
package
testing
;
component
NumberUnitTest1
{
ports
in
Q
(-
90
°
:
0.001
°
:
90
°
)
in1
;
}
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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