separate the parser
authorTomas Musil <tomik.musil@gmail.com>
Tue, 16 Dec 2014 17:55:47 +0000 (18:55 +0100)
committerTomas Musil <tomik.musil@gmail.com>
Tue, 16 Dec 2014 17:55:47 +0000 (18:55 +0100)
commite26e565842cd4c347f93b3bbf1a4363f05d1cc2f
treea06bda06b7283b68e9523fe761cf00abe8696341
parent85035d87c92c67f7be4876efec76c8f0cee360fc
separate the parser
fp.cabal
src/Lambda.hs
src/Lambda/Parser/Fancy.hs [new file with mode: 0644]
src/Lambda/Term.hs [new file with mode: 0644]
src/Main.hs