lix/src/libexpr
Eelco Dolstra 04c4bd3624 * Store lists as lists of pointers to values rather than as lists of
values.  This improves sharing and gives another speed up.
  Evaluation of the NixOS system attribute is now almost 7 times
  faster than the old evaluator.
2010-04-15 00:37:36 +00:00
..
attr-path.cc * Store lists as lists of pointers to values rather than as lists of 2010-04-15 00:37:36 +00:00
attr-path.hh
common-opts.cc * Use a symbol table to represent identifiers and attribute names 2010-04-13 12:25:42 +00:00
common-opts.hh
eval-test.cc * Store lists as lists of pointers to values rather than as lists of 2010-04-15 00:37:36 +00:00
eval.cc * Store lists as lists of pointers to values rather than as lists of 2010-04-15 00:37:36 +00:00
eval.hh * Store lists as lists of pointers to values rather than as lists of 2010-04-15 00:37:36 +00:00
get-drvs.cc * Store lists as lists of pointers to values rather than as lists of 2010-04-15 00:37:36 +00:00
get-drvs.hh
lexer.l
Makefile.am * Use a symbol table to represent identifiers and attribute names 2010-04-13 12:25:42 +00:00
names.cc
names.hh
nix.sdf
nixexpr.cc * Implemented inherit. 2010-04-14 23:25:05 +00:00
nixexpr.hh * Implemented inherit. 2010-04-14 23:25:05 +00:00
parser.hh * Use a symbol table to represent identifiers and attribute names 2010-04-13 12:25:42 +00:00
parser.y * Fix builtins. 2010-04-14 22:59:39 +00:00
primops.cc * Store lists as lists of pointers to values rather than as lists of 2010-04-15 00:37:36 +00:00
symbol-table.hh * Use std::tr1::unordered_set instead of std::set for the symbol 2010-04-13 14:34:11 +00:00
value-to-xml.cc * Store lists as lists of pointers to values rather than as lists of 2010-04-15 00:37:36 +00:00
value-to-xml.hh