Skip to content

Commit

Permalink
nixd/Sema: lowering for inherited attrs (partial)
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Sep 19, 2023
1 parent 45b3840 commit c4dff25
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixd/include/nixd/Sema/Lowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ struct Lowering {
nix::Expr *lower(syntax::Node *Root);
nix::ExprLambda *lowerFunction(syntax::Function *Fn);
nix::Formal lowerFormal(const syntax::Formal &Formal);
nix::AttrPath lowerAttrPath(const syntax::AttrPath &Path);
nix::ExprAttrs *lowerBinds(const syntax::Binds &Binds);
};

} // namespace nixd
Loading

0 comments on commit c4dff25

Please sign in to comment.