jinko-core / jinko

Jinko is a small and safe interpreted language with fast Rust and C FFI
GNU General Public License v2.0
32 stars 6 forks source link

Fix relationship between `Kind::Binding` and `Kind::TypedValue` #662

Closed CohenArthur closed 6 months ago

CohenArthur commented 6 months ago

Fixes #661

Can we actually remove ValueRef/TypedValue? I don't think we need it, since we should just be able to keep a RefIdx of a binding.