mirror of
https://github.com/NixOS/nix
synced 2025-06-25 23:11:16 +02:00
* Implemented withs.
This commit is contained in:
parent
9985230c00
commit
110d155778
4 changed files with 38 additions and 15 deletions
|
@ -170,6 +170,7 @@ struct ExprWith : Expr
|
|||
{
|
||||
Pos pos;
|
||||
Expr * attrs, * body;
|
||||
int prevWith;
|
||||
ExprWith(const Pos & pos, Expr * attrs, Expr * body) : pos(pos), attrs(attrs), body(body) { };
|
||||
COMMON_METHODS
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue