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-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,12 +96,14 @@ If you want to include code-coverage stats, provide the `-DCODE_COVERAGE=ON` cma
96
96
97
97
## How To Use
98
98
Aaltitoad provides three primary compilation targets. All commandline interfaces have a help page that you can summon with the `--help` argument.
99
-
-`verifier`: A verification engine command line interface
99
+
-`aaltitoad-verifier`: A verification engine command line interface
100
100
- use this if you want to analyze your NTTA
101
-
-`simulator`: A runtime command line interface
101
+
-`aaltitoad-simulator`: A runtime command line interface
102
102
- use this if you want to execute your NTTA and link with your custom tockers (see below)
103
+
-`aaltitoad-lsp`: A MLSP (Model Language Server Protocol) server implementation (Still experimental)
104
+
- use this if you want to integrate aaltitoad with an MLSP compatible model editor (see [graphedit](https://github.com/sillydan1/graphedit))
103
105
-`aaltitoad`: A library with all things aaltitoad
104
-
- use this to create your own NTTA-based applications e.g. another verifier, runtime or even compiler
106
+
- use this to create your own NTTA-based applications e.g. another verifier, compiler, runtime etc.
0 commit comments