Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 521 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 521 Bytes

Overview

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

Building The Visualizer

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