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
All notable changes to this project will be documented in this file.
4
+
5
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
+
7
+
## [Unreleased]
8
+
9
+
### Added
10
+
11
+
### Changed
12
+
13
+
### Deprecated
14
+
15
+
### Removed
16
+
17
+
### Fixed
18
+
19
+
### Security
20
+
21
+
## [1.0.0] - 2026-05-03
22
+
23
+
Initial release, which adds these features with their own versions:
24
+
25
+
* Lua Grammar and Metamodel 0.1.0
26
+
* Xtext grammar for Lua 5.1 based on [Melange](https://melange.inria.fr/)
27
+
* Corresponding Lua metamodel
28
+
* Generated parser for creating Lua models from Lua source code
29
+
* Generated serializer for creating Lua source code from Lua models
30
+
* Resolution of references within a Lua model (incomplete)
31
+
* Instrumentation Metamodel 1.0.0
32
+
* Enables modeling of instrumentation points for SEFF actions in the [Palladio Component Model](https://github.com/PalladioSimulator)
33
+
* Supported Java version: Java 11
34
+
* Supported Eclipse Modeling Tools IDE version: 2022-09
0 commit comments