A visual Haskell
Go to file
2016-05-15 22:02:17 -07:00
app The main program now takes the input Haskell filename as a command line argument. 2016-05-15 22:02:17 -07:00
examples Add argument dots to Apply0N. Add a fact2 example that uses the apply argument to distrubute the factorial function argument. 2016-01-22 18:08:53 -08:00
src Initial commit 2016-01-04 17:18:42 -08:00
test Removed obsolete rendering tests. 2016-05-13 22:27:32 -07:00
.gitignore Fix tests. Add test_translate. Add an empty test-output directory so tests can be run with zero setup. 2016-05-10 22:33:07 -07:00
glance.cabal Remove (&) and (#), add tests. 2016-05-09 23:45:37 -07:00
LICENSE Initial commit 2016-01-04 17:18:42 -08:00
notes.txt Move render tests from app/Main.hs to test/AllTests.hs 2016-05-11 23:08:18 -07:00
README.md Update status image commit 2016-01-22 18:10:31 -08:00
Setup.hs Initial commit 2016-01-04 17:18:42 -08:00
stack.yaml Upgrade to LTS-5.0, start on using haskell-src-exts to generate drawings from text. 2016-02-04 00:19:08 -08:00

Glance

A visual Haskell

To build and run:

stack build
stack exec glance-exe -- -o output.svg -w 600
firefox output.svg

Goal:

factorial_goal
Current Status: guard_factorial_1