lix/src/libexpr
Eelco Dolstra 4a053bfdfd * A new primop `builtins', which returns an attribute set containing
all the primops.  This allows Nix expressions to test for new
  primops and take appropriate action if they're not available.  For
  instance, rather than calling a primop `foo' directly, they could
  say `if builtins ? foo then builtins.foo ... else ...'.
2006-08-23 14:39:11 +00:00
..
attr-path.cc * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed 2006-07-28 16:03:28 +00:00
attr-path.hh * Refactoring: get the selection path stuff out of getDerivations() 2006-07-26 15:05:15 +00:00
eval.cc * Fix a few warnings. 2006-08-04 17:07:13 +00:00
eval.hh * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed 2006-07-28 16:03:28 +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 * Handle carriage returns. Fixes NIX-53. 2006-08-16 10:28:44 +00:00
Makefile.am * Refactoring: get the selection path stuff out of getDerivations() 2006-07-26 15:05:15 +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 * Fix a few warnings. 2006-08-04 17:07:13 +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 * A new primop `builtins', which returns an attribute set containing 2006-08-23 14:39:11 +00:00