🧶🧵🧶 The Zwirn Zompiler Interpreter 🧶🧵🧶
Pre-built binaries for zwirnzi can be downloaded here. Note that the windows and mac builds have not been tested.
cd zwirnzi
cabal build
to run:
cabal run
You need to make sure that you have the dev versions of both zwirn and zwirn-core.
in the zwirnzi source repository, create a cabal.project.local
file with the following content:
ignore-project: False
source-repository-package
type: git
location: path/to/zwirn (source of dev branch)
source-repository-package
type: git
location: path/to/zwirn-core (source of dev branch)
You can then proceed as in the manual installation of the main branch.