Skip to content

Commit 9825b02

Browse files
committed
Merge remote-tracking branch 'origin/main' into main
2 parents 9df09db + 15e4d85 commit 9825b02

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,7 @@
1-
# Frame Language Transpiler v0.4.0
1+
# Frame Language Transpiler v0.4.1
22

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.
44

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.
235

246
## Purpose
257

0 commit comments

Comments
 (0)