Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions utilities.shtml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@

<h4>Editing</h4>
<ul>
<li>
The <a href="https://marketplace.visualstudio.com/items?itemName=hra687261.smt-lsp">SMT LSP VS Code extension</a> offering syntax highlighting and type-checking using the <a href="https://github.com/Gbury/dolmen">Dolmen</a> LSP server.
</li>
<li>
Syntax highlighting for <a href="https://github.com/bohlender/vim-z3-smt2">VIM</a>.
</li>
Expand All @@ -70,6 +73,9 @@

<h4>Parsing</h4>
<ul>
<li>
<a href="https://github.com/Gbury/dolmen"><b>Dolmen</b></a>, an OCaml library for the parsing, type-checking and validation of SMT-LIB 2.6.
</li>
<li>
An <a href="https://github.com/julianthome/smtlibv2-grammar">ANTLR grammar</a> of SMT-LIB 2.6 scripts.
</li>
Expand Down