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
+2-20Lines changed: 2 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,7 @@
1
-
# Frame Language Transpiler v0.4.0
1
+
# Frame Language Transpiler v0.4.1
2
2
3
-
Hi! So very glad you are interested in Frame.
3
+
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.
4
4
5
-
I have added a number of new language featuresThe new features in Frame for v0.4.0 include:
6
-
7
-
1. Triple ``` token for demarcating an unparsed header string above the Frame system spec.
8
-
9
-
```
10
-
Header
11
-
```
12
-
13
-
2. Single `code` token for indicating unparsed strings in the Frame system spec.
14
-
3. Action native code definitions indicated by using braces with backtics: {`native code`}
15
-
16
-
-actions-
17
-
18
-
someAction {`
19
-
println!("{}", msg);
20
-
`}
21
-
22
-
There is also a sample Rust file called RustMachine.frm in the ./examples directory.
0 commit comments