lix/src/libexpr
Eelco Dolstra 11ae2d1e7a * Memory reduction: replaced expensive calls to ATmakeApplList by
ATmakeApplArray, and got rid of ATreverse in substitute().
2006-05-02 14:07:28 +00:00
..
eval.cc * Some preliminaries towards NIX-45. 2006-05-02 13:39:55 +00:00
eval.hh * Allow string concatenations involving derivations, e.g., 2006-05-01 09:56:56 +00:00
get-drvs.cc * Some preliminaries towards NIX-45. 2006-05-02 13:39:55 +00:00
get-drvs.hh * `nix-env -qa --description' shows human-readable descriptions of 2006-03-10 16:20:42 +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 * String interpolation. Expressions like 2006-05-01 14:01:47 +00:00
nixexpr.cc * Memory reduction: replaced expensive calls to ATmakeApplList by 2006-05-02 14:07:28 +00:00
nixexpr.hh * GCC 4.1 compatibility. 2006-03-06 14:40:10 +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