hnix/Nix
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
..
Parser Use CommentStyle for comment parsing 2014-08-20 18:45:01 +02:00
Eval.hs Implement indented strings + uri + SPATH 2014-08-18 22:54:20 +02:00
Parser.hs Parse double unary - correctly and improve perf 2014-08-27 22:12:12 +02:00
Pretty.hs PrettyPrinter: support let and 2 small fixes 2014-08-18 23:38:38 +02:00
Types.hs Parse double unary - correctly and improve perf 2014-08-27 22:12:12 +02:00