nix-super/src/libexpr
2006-05-02 21:39:02 +00:00
..
eval.cc * Use a linked list of substitutions. This reduces the amount of 2006-05-02 21:39:02 +00:00
eval.hh * Allow string concatenations involving derivations, e.g., 2006-05-01 09:56:56 +00:00
get-drvs.cc * Huge reduction in memory use (2/3 or so on large nix-env -qas 2006-05-02 17:12:03 +00:00
get-drvs.hh * Huge reduction in memory use (2/3 or so on large nix-env -qas 2006-05-02 17:12:03 +00:00
lexer.l * Disallow unescaped $ in string literals. 2006-05-01 15:29:46 +00:00
Makefile.am * Refactoring: move derivation evaluation to libexpr. 2006-02-08 13:21:16 +00:00
nix.sdf * Hm. 2006-03-23 16:37:49 +00:00
nixexpr-ast.def * Use a linked list of substitutions. This reduces the amount of 2006-05-02 21:39:02 +00:00
nixexpr.cc * Use a linked list of substitutions. This reduces the amount of 2006-05-02 21:39:02 +00:00
nixexpr.hh * Use a linked list of substitutions. This reduces the amount of 2006-05-02 21:39:02 +00:00
parser.cc * String interpolation. Expressions like 2006-05-01 14:01:47 +00:00
parser.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.y * String interpolation. Expressions like 2006-05-01 14:01:47 +00:00
primops.cc * Allow string concatenations involving derivations, e.g., 2006-05-01 09:56:56 +00:00