hnix/tests
Benno Fünfstück 3a08227c0c Parse double unary - correctly and improve perf
We now don't use `buildExpressionParser` from parsers because it cannot
deal with double unary `-`, as in `--a`. Because nix doesn't have
operators which have the same precendence but different associativities,
we can greatly simplify the operator parser. This also has the effect of
improving performance and the error messages a bit.
2014-08-27 22:12:12 +02:00
..
Main.hs add a few hunit tests for parser 2014-08-03 15:56:01 +02:00
ParserTests.hs Parse double unary - correctly and improve perf 2014-08-27 22:12:12 +02:00