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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
1
2
-
# Frame Language Transpiler v0.7.3
2
+
# Frame Language Transpiler v0.7.4
3
3
4
4
5
-
Hi! So very glad you are interested in Frame. Frame system design markdown language for software architects and engineers. It is an easy to learn textual language for defining system specifications that can generate both UML documentation as well as code in 7 langauges.
5
+
Hi! So very glad you are interested in Frame. Frame system design markdown language for software architects and engineers. It is an easy to learn textual language for defining system specifications that can generate both UML documentation as well as code in 8 langauges.
6
6
7
7
8
8
## Purpose
9
9
10
-
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 6 programming languages (more to come) and UML documentation.
10
+
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 8 programming languages (more to come) and UML documentation.
11
11
12
-
## New in Frame v0.7.X
12
+
## New in Frame v0.7.4
13
13
14
-
Frame now has a full-featured runtime interface in Rust!
14
+
Frame now supports golang!
15
15
16
16
For details, see the [Release Notes](https://github.com/frame-lang/frame_transpiler/releases).
0 commit comments