guix/src/libexpr
Eelco Dolstra 8688e83194 * When evaluating, automatically call functions with default arguments. 2006-02-08 15:22:30 +00:00
..
Makefile.am * Refactoring: move derivation evaluation to libexpr. 2006-02-08 13:21:16 +00:00
eval.cc * Added a list concatenation operator: 2005-07-25 15:05:34 +00:00
eval.hh * Added a list concatenation operator: 2005-07-25 15:05:34 +00:00
get-drvs.cc * When evaluating, automatically call functions with default arguments. 2006-02-08 15:22:30 +00:00
get-drvs.hh * Refactoring: move derivation evaluation to libexpr. 2006-02-08 13:21:16 +00:00
lexer.l * Added a list concatenation operator: 2005-07-25 15:05:34 +00:00
nix.sdf * Wat cleanups. 2005-07-16 23:19:20 +00:00
nixexpr-ast.def * Added a list concatenation operator: 2005-07-25 15:05:34 +00:00
nixexpr.cc * Memoise checkVarDefs since internally produced terms (i.e., not the 2005-11-04 15:17:05 +00:00
nixexpr.hh * ATermMap needs an assignment operator, otherwise we are screwed. 2005-05-08 10:28:19 +00:00
parser.cc * Check for duplicate attributes and formal parameters in Nix 2005-03-10 11:33:46 +00:00
parser.hh
parser.y * List concatenation must be right-associative for efficiency. 2005-09-14 11:41:59 +00:00
primops.cc * Missing #include. 2005-09-13 13:17:01 +00:00