Go to file
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
doc Add the C++ parser as documentation 2014-07-04 01:55:27 -05:00
main subdirectory for main to avoid redundant compile 2014-08-19 18:48:55 +02:00
Nix Parse double unary - correctly and improve perf 2014-08-27 22:12:12 +02:00
tests Parse double unary - correctly and improve perf 2014-08-27 22:12:12 +02:00
.gitignore Switch to a Parsec expression table 2014-07-01 03:11:26 -05:00
default.nix Improvements to default.nix file 2014-08-02 11:08:46 -04:00
hnix.cabal Add Pretty to cabal file and remove Internal 2014-08-19 18:51:13 +02:00
LICENSE Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00
README.md Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00
Setup.hs Setup cabal file, fix all warnings 2014-06-30 22:37:20 -05:00