lix/src/libexpr
Eelco Dolstra 0064599a27 * String interpolation. Expressions like
"--with-freetype2-library=" + freetype + "/lib"

  can now be written as

    "--with-freetype2-library=${freetype}/lib"

  An arbitrary expression can be enclosed within ${...}, not just
  identifiers.

* Escaping in string literals: \n, \r, \t interpreted as in C, any
  other character following \ is interpreted as-is.
  
* Newlines are now allowed in string literals.
2006-05-01 14:01:47 +00:00
..
eval.cc * String interpolation. Expressions like 2006-05-01 14:01:47 +00:00
eval.hh * Allow string concatenations involving derivations, e.g., 2006-05-01 09:56:56 +00:00
get-drvs.cc * Allow string concatenations involving derivations, e.g., 2006-05-01 09:56:56 +00:00
get-drvs.hh * `nix-env -qa --description' shows human-readable descriptions of 2006-03-10 16:20:42 +00:00
lexer.l * String interpolation. Expressions like 2006-05-01 14:01:47 +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 * In theory, this should reduce the number of ATermMap 2006-03-10 16:14:13 +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