Nix/src/libexpr
2006-09-04 15:12:24 +00:00
..
attr-path.cc * Pass the autoArgs to findAlongAttrPath so that "nix-instantiate 2006-08-23 16:20:14 +00:00
attr-path.hh * Pass the autoArgs to findAlongAttrPath so that "nix-instantiate 2006-08-23 16:20:14 +00:00
eval.cc * Okay, that's a bit harder than expected. 2006-08-30 13:10:04 +00:00
eval.hh * Okay, that's a bit harder than expected. 2006-08-30 13:10:04 +00:00
expr-to-xml.cc * Refactoring. 2006-08-24 14:16:55 +00:00
expr-to-xml.hh * Refactoring. 2006-08-24 14:16:55 +00:00
get-drvs.cc * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed 2006-07-28 16:03:28 +00:00
get-drvs.hh * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed 2006-07-28 16:03:28 +00:00
lexer.l * Allow "$" in strings as long as they are not followed by "{". (Too 2006-09-01 12:04:06 +00:00
Makefile.am * Store the Nix libraries in ${libdir}/nix instead of ${libdir}. 2006-09-04 15:12:24 +00:00
nix.sdf * Hm. 2006-03-23 16:37:49 +00:00
nixexpr-ast.def * Refactoring to support domain checks. 2006-07-24 15:16:03 +00:00
nixexpr.cc * Fix a few warnings. 2006-08-04 17:07:13 +00:00
nixexpr.hh * New primop: abort "error message". 2006-08-23 15:46:00 +00:00
parser.cc * Handle carriage returns. Fixes NIX-53. 2006-08-16 10:28:44 +00:00
parser.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.y * New language feature: domain checks, which check whether a function 2006-07-24 16:35:34 +00:00
primops.cc * New primop: builtins.toFile, which writes a string into the store 2006-09-01 12:07:31 +00:00