[Haskell-cafe] Re: Parsing command lines

Patai Gergely patai_gergely at fastmail.fm
Tue May 26 01:54:29 EDT 2009


> which does shell command line expansion. This might be more than you
> want however as it also expands *.hs wildcards, arithmetic, quote
> removal, ~user paths, $env vars and (optionally) $(command)
> substitution.
I don't think I'll have to deal with very complicated cases, just more
or less static commands, maybe with ~ in the path. I guess I'll just go
with a naive solution first, and expand it when needed.

Gergely

-- 
http://www.fastmail.fm - Access all of your messages and folders
                          wherever you are



More information about the Haskell-Cafe mailing list