sui-eval 0.1.184

Clean-room Nix language evaluator — lazy tree-walker + bytecode VM with construction-guaranteed Lazy<T>
Documentation

Clean-room Nix language evaluator.

Architecture: Nix source → rnix parser (CST) → Evaluator (values)

Parsing is delegated to the rnix crate (MIT).