Nock 5K interpreter in Haskell
Go to file
Steven Dee 712ef0710f Documentation/cleanup
Apparently the export syntax actually does hide the rest of the stuff in
scope, as long as you load the module instead of directly loading the
file from GHCI.

Still trying to get hackage to notice that I want it to autogenerate
documentation. Maybe module-level comments will help.
2013-11-05 16:18:34 -05:00
Language Documentation/cleanup 2013-11-05 16:18:34 -05:00
hsnock.cabal Documentation/cleanup 2013-11-05 16:18:34 -05:00
hsnock.lhs Clean things up a bit 2013-10-20 22:09:42 -04:00
README Documentation/cleanup 2013-11-05 16:18:34 -05:00
Setup.hs Cabal-ize and readline-ize 2013-10-20 18:43:55 -04:00
test.hs Collapse the fas recursive cases together 2013-10-26 17:58:05 -04:00

Try: ./hsnock.lhs

Install: cabal install hsnock

Try forms like:
[42 1 0]
[42 0 1]
[[1 3 2] 0 3]
[42 [8 [1 0] 8 [1 6 [5 [0 7] 4 0 6] [0 6] 9 2 [0 2] [4 0 6] 0 7] 9 2 0 1]]
[[42 43] [8 [1 0] [8 [1 [6 [5 [0 6] [0 14]] [1 0] [6 [5 [0 6] [0 15]] [1 1] [9 2 [[0 2] [4 0 6] [0 7]]]]]] [9 2 0 1]]]]
[[43 42] [8 [1 0] [8 [1 [6 [5 [0 6] [0 14]] [1 0] [6 [5 [0 6] [0 15]] [1 1] [9 2 [[0 2] [4 0 6] [0 7]]]]]] [9 2 0 1]]]]