lix/src/libexpr
Eelco Dolstra ac4d39f9db * Added an operator `?' to test for attribute existence, e.g.,
`attrs ? x' yields true iff `attrs' has an attribute named `x'.
2004-03-28 21:15:01 +00:00
..
eval.cc * Added an operator `?' to test for attribute existence, e.g., 2004-03-28 21:15:01 +00:00
eval.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +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 linking against an external Berkeley DB / ATerm library. 2004-02-16 16:37:16 +00:00
nixexpr.cc * Added plain lambdas, e.g., `let { id = x: x; const = x: y: x; }'. 2004-03-28 20:34:22 +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 * Added an operator `?' to test for attribute existence, e.g., 2004-03-28 21:15:01 +00:00
primops.cc * Added an operator `~' to select paths within a derivation. E.g., 2004-03-28 20:58:28 +00:00
primops.hh * Use a map to lookup primops. 2004-02-04 16:03:29 +00:00