File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed 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
9696
9797## How To Use
9898Aaltitoad 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
You can’t perform that action at this time.
0 commit comments