Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 545 Bytes

File metadata and controls

15 lines (9 loc) · 545 Bytes

yscript Tools for VS Code

The extension in use. yscript code is displayed in one column on the left, with a graph depicting connections between rules on the right.

Setup

You need to install the Python bindings to Z3 yourself.

  1. Create a virtual environment at the project root: python -m venv venv (the name "venv" is important!)
  2. Activate the venv: source venv/bin/activate
  3. Install Z3: pip install z3-solver

References

The elm-tooling projects are highly instructive.