Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-12 | * Don't use ATerms for the abstract syntax trees anymore. Not | Eelco Dolstra | 1 | -1/+1 | |
finished yet. | |||||
2010-04-07 | * Update autoCallFunction() and findAlongAttrPath(). | Eelco Dolstra | 1 | -2/+2 | |
2006-09-04 | * Use a proper namespace. | Eelco Dolstra | 1 | -0/+6 | |
* Optimise header file usage a bit. * Compile the parser as C++. | |||||
2006-08-23 | * Pass the autoArgs to findAlongAttrPath so that "nix-instantiate | Eelco Dolstra | 1 | -1/+2 | |
foo.nix -A attr --arg name value" will work if (name, value) is needed in the evaluation leading up to "attr". | |||||
2006-07-26 | * Refactoring: get the selection path stuff out of getDerivations() | Eelco Dolstra | 1 | -0/+13 | |
and put it into a separate function findAlongAttrPath(). |