lix/src/libexpr
Eelco Dolstra 7e048eddf5 * Fix blackholing. If evaluation fails due to an assertion failure,
then the blackhole has to be removed to ensure that repeated
  evaluation of the same value gives an assertion failure again rather
  than an "infinite recursion" error.
2010-04-08 11:25:14 +00:00
..
attr-path.cc * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
attr-path.hh * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
common-opts.cc * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
common-opts.hh * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
eval-test.cc * Implemented the primops necessary for generating the NixOS manual. 2010-04-07 13:55:46 +00:00
eval.cc * Fix blackholing. If evaluation fails due to an assertion failure, 2010-04-08 11:25:14 +00:00
eval.hh * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
get-drvs.cc * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
get-drvs.hh * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
lexer.l * Added an experimental feature suggested by Andres: ellipses ("...") 2008-08-14 14:00:44 +00:00
Makefile.am * expr-to-xml -> value-to-xml. 2010-04-07 13:59:45 +00:00
names.cc * Export the nix-env derivation name parsing and version comparison 2008-07-01 10:10:32 +00:00
names.hh * Export the nix-env derivation name parsing and version comparison 2008-07-01 10:10:32 +00:00
nix.sdf First attempt to update Nix SDF grammar to match the actual bison grammar 2008-06-04 14:36:46 +00:00
nixexpr-ast.def * Removed the `~' operator. 2010-04-01 16:59:07 +00:00
nixexpr.cc * Simplify @-patterns: only {attrs}@name' or name@{attrs}' are now 2010-03-25 12:19:41 +00:00
nixexpr.hh * Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as a 2009-05-15 12:35:23 +00:00
parser.hh * Start of an evaluator that uses call-by-need (with thunk updating) 2010-03-23 17:30:50 +00:00
parser.y * Removed the `~' operator. 2010-04-01 16:59:07 +00:00
primops.cc * expr-to-xml -> value-to-xml. 2010-04-07 13:59:45 +00:00
value-to-xml.cc * expr-to-xml -> value-to-xml. 2010-04-07 13:59:45 +00:00
value-to-xml.hh * expr-to-xml -> value-to-xml. 2010-04-07 13:59:45 +00:00