lix/tests/functional/repl_characterization
eldritch horrors afb839a0c9 libexpr: associate let exprs with the correct StaticEnv
static env association is from expr to its enclosing scope, but let
exprs set their association to their *inner* scope. this skips one level
of envs and will cause segfaults if the parent is a with expr.

fixes #145

Change-Id: I1d22146110f071ede21b4eed7ed34b5850ef2ef3
2024-03-18 14:15:22 -07:00
..
data libexpr: associate let exprs with the correct StaticEnv 2024-03-18 14:15:22 -07:00
.gitignore Implement a parser for a literate testing system for the repl 2024-03-14 14:30:38 -07:00
local.mk Implement a parser for a literate testing system for the repl 2024-03-14 14:30:38 -07:00
repl_characterization.cc libexpr: associate let exprs with the correct StaticEnv 2024-03-18 14:15:22 -07:00
test-session.cc Implement a repl characterization test system 2024-03-15 12:31:16 -07:00
test-session.hh Implement a repl characterization test system 2024-03-15 12:31:16 -07:00