View the live version on Github Pages here
This project aims to explain what Subleq is
and how it works. It contains a written explanation
in the explainer-website-src
file and visualization tool written in Elm that lives in the elm-src
folder
The explainer page expects the elm output to
be in visual.html
, so to build all we need to run is:
elm make elm-src/Main.elm --optimize --output=visual.html