lix/src/libexpr
Eelco Dolstra d445da7a7b * Extended the `inherit' syntax to optionally select attributes from
other attribute sets, rather than the current scope.  E.g.,
  
    {inherit (pkgs) gcc binutils;}

  is equivalent to

    {gcc = pkgs.gcc; binutils = pkgs.binutils;}

  I am not so happy about the syntax.
2004-02-04 17:23:26 +00:00
..
eval.cc * An attribute set update operator (//). E.g., 2004-02-04 16:49:51 +00:00
eval.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
lexer.l * An attribute set update operator (//). E.g., 2004-02-04 16:49:51 +00:00
Makefile.am * Doh! 2004-01-30 17:14:08 +00:00
nixexpr.cc * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
nixexpr.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.cc * Extended the `inherit' syntax to optionally select attributes from 2004-02-04 17:23:26 +00:00
parser.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
parser.y * Extended the `inherit' syntax to optionally select attributes from 2004-02-04 17:23:26 +00:00
primops.cc * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00
primops.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00