hnix/Nix
2018-03-27 19:07:08 -07:00
..
Expr remove mkDots test, no longer necessary 2018-02-28 10:59:53 -06:00
Parser Fix #93: true/false being mis-parsed when part of an attribute name. 2018-03-06 04:14:16 +03:00
Atoms.hs
Builtins.hs Remove monadic context from evalExpr: we weren't using it! 2018-03-27 19:07:08 -07:00
Eval.hs Remove monadic context from evalExpr: we weren't using it! 2018-03-27 19:07:08 -07:00
Expr.hs Initial work towards annotating expression with their location 2016-06-23 23:54:04 +01:00
Parser.hs Handle let { body = ... } expressions 2018-02-10 13:30:33 +01:00
Pretty.hs Remove monadic context from evalExpr: we weren't using it! 2018-03-27 19:07:08 -07:00
StringOperations.hs