feat(tvix/eval): introduce NixContext
This prepares the data structures to implement string contexts in Nix. Change-Id: Idd913c9c881daeb8d446907f4b940e462e730978 Reviewed-on: https://cl.tvl.fyi/c/depot/+/10420 Autosubmit: raitobezarius <tvl@lahfa.xyz> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
parent
fc182061c6
commit
5dfb15d2c8
3 changed files with 193 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ pub(crate) use function::Formals;
|
|||
pub use function::{Closure, Lambda};
|
||||
pub use list::NixList;
|
||||
pub use path::canon_path;
|
||||
pub use string::NixString;
|
||||
pub use string::{NixContext, NixContextElement, NixString};
|
||||
pub use thunk::Thunk;
|
||||
|
||||
pub use self::thunk::ThunkSet;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue