You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+79-1Lines changed: 79 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,6 +77,62 @@ The following feature model in UVL syntax enriches the previous version with new
77
77
</code>
78
78
</pre>
79
79
80
+
## Grammar
81
+
Below you can find a simplified grammar for UVL in [ANTLR](https://www.antlr.org/) notation. This simplified version is supposed to provide a quick overview on the structure of an UVL model but leaves out many details. A full version of this grammar can be found [here](https://github.com/Universal-Variability-Language/uvl-parser2.0/blob/main/src/main/antlr4/de/vill/UVL.g4).
Any tool support for UVL or tool integrating UVL missing? We are happy to embed your [suggestion](https://github.com/Universal-Variability-Language/Universal-Variability-Language.github.io/issues).
82
138
@@ -112,4 +168,26 @@ Here, we only present a small selection of papers. Any interesting work on UVL m
112
168
* Thorsten Berger and Philippe Collet. 2019. Usage Scenarios for a Common Feature Modeling Language. MODEVAR@SPLC '19. <https://doi.org/10.1145/3307630.3342403>
113
169
* Thomas Thüm, Christoph Seidl, and Ina Schaefer. 2019. On Language Levels for Feature Modeling Notations. MODEVAR@SPLC '19 <https://doi.org/10.1145/3307630.3342404>
114
170
115
-
171
+
172
+
# Contributors
173
+
Think you should be on this list as a past and/or future contributor? Don't hesitate to [contact](mailto:chico.sundermann@uni-ulm.de) us.
174
+
175
+
### Core Team
176
+
177
+
* University of Seville
178
+
*[David Benavides](http://www.lsi.us.es/~dbc/en/)
179
+
*[José A. Galindo](http://personales.us.es/jagalindo/)
0 commit comments