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
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
2
-
# Frame Language Transpiler v0.11.7
2
+
# Frame Language Transpiler
3
3
4
4
This project contains the code for building the Frame Language Transpiler - the **Framepiler**. The Framepiler is written in Rust and transpiles Frame specification documents into Python (with more languages to come) as well as UML Statechart diagrams.
5
5
@@ -85,11 +85,3 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
85
85
*[Alan Turning](https://en.wikipedia.org/wiki/Alan_Turing) - For inventing automata theory and helping end WWII. See [The Imitation Game](https://www.imdb.com/title/tt2084970/)
86
86
*[Dr. David Harel](http://www.wisdom.weizmann.ac.il/~harel/papers.html) - Who invented [Statecharts](https://www.sciencedirect.com/science/article/pii/0167642387900359) from which came Frame.
87
87
88
-
# Release Notes
89
-
90
-
## Frame v0.11.7
91
-
92
-
* Fixed bug with return syntax ^(foo) not generating a return from the interace method.
93
-
## Frame v0.11.6
94
-
95
-
Frame v0.11.6 has focused on stability, error handling and bug fixing. For details, see the [Release Notes](https://github.com/frame-lang/frame_transpiler/releases).
0 commit comments