Skip to content

Commit 86da935

Browse files
committed
fix: update readme
1 parent 5b06f66 commit 86da935

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,14 @@ If you want to include code-coverage stats, provide the `-DCODE_COVERAGE=ON` cma
9696

9797
## How To Use
9898
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
100100
- use this if you want to analyze your NTTA
101-
- `simulator`: A runtime command line interface
101+
- `aaltitoad-simulator`: A runtime command line interface
102102
- 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))
103105
- `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.
105107

106108
------
107109

0 commit comments

Comments
 (0)