]> gitweb.michael.orlitzky.com - hath.git/commit
Add mode parsing to the CommandLine module.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Apr 2010 22:56:00 +0000 (18:56 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 30 Apr 2010 22:56:00 +0000 (18:56 -0400)
commit3296c2f6578001f6a40de1b1e1f79b25c987d3af
treea91afba795ee480c8df283ce1efd2a84ab78de08
parent60c61e5eb68575f723beac12fc3162ab30557953
Add mode parsing to the CommandLine module.
Separate the parse_errors, parse_options, and parse_mode functions.
Add a second mode of operation, Reduce (currently echoes its input).
src/CommandLine.hs
src/Main.hs