Haskell: add error handling and try*/catch*.
authorJoel Martin <github@martintribe.org>
Thu, 25 Dec 2014 06:17:38 +0000 (23:17 -0700)
committerJoel Martin <github@martintribe.org>
Fri, 9 Jan 2015 22:16:54 +0000 (16:16 -0600)
commit5400d4bf5e7fe7f968a4553f55101de962a39ef7
tree99db6dc9e3adc27678ce2bb36bef8a7b83ada171
parentc150ec41f4f0b8f384f4b1b493a5ca61db42573c
Haskell: add error handling and try*/catch*.

Achieve self-hosting!
17 files changed:
README.md
haskell/Core.hs
haskell/Env.hs
haskell/Reader.hs
haskell/Readline.hs
haskell/Types.hs
haskell/step0_repl.hs
haskell/step1_read_print.hs
haskell/step2_eval.hs
haskell/step3_env.hs
haskell/step4_if_fn_do.hs
haskell/step5_tco.hs
haskell/step6_file.hs
haskell/step7_quote.hs
haskell/step8_macros.hs
haskell/step9_try.hs
haskell/stepA_interop.hs