lix/src/libexpr
Eelco Dolstra f4d44a0026 * Allow certain operations to succeed even if we don't have write
permission to the Nix store or database.  E.g., `nix-env -qa' will
  work, but `nix-env -qas' won't (the latter needs DB access).  The
  option `--readonly-mode' forces this mode; otherwise, it's only
  activated when the database cannot be opened.
2004-10-25 14:38:23 +00:00
..
eval.cc * Every real language has a `map' function. 2004-08-04 11:27:53 +00:00
eval.hh * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00
lexer.l * Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'. 2004-03-28 20:34:22 +00:00
Makefile.am * Allow primops with more that 1 arguments. 2004-08-04 10:59:20 +00:00
nixexpr.cc * When something goes wrong in the evaluation of a Nix expression, 2004-04-05 22:27:41 +00:00
nixexpr.hh * Allow primops with more that 1 arguments. 2004-08-04 10:59:20 +00:00
parser.cc * A very dirty hack to make setuid installations a bit nicer to use. 2004-09-09 21:12:53 +00:00
parser.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.y * When something goes wrong in the evaluation of a Nix expression, 2004-04-05 22:27:41 +00:00
primops.cc * Allow certain operations to succeed even if we don't have write 2004-10-25 14:38:23 +00:00