From e649cef4255cf9546304f4faa545e351ea636313 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 22 Feb 2024 19:40:09 -0500 Subject: indexing and field access --- matrix-bin/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'matrix-bin') diff --git a/matrix-bin/src/main.rs b/matrix-bin/src/main.rs index 3ae8135..72972c6 100644 --- a/matrix-bin/src/main.rs +++ b/matrix-bin/src/main.rs @@ -54,6 +54,7 @@ impl<'a> State<'a> { let compiler = CompilerBuilder::new() .repl(repl) .debug(args.debug) + .names(vm.names()) .build(); (Self { parser, vm, compiler, repl }, file) -- cgit v1.2.3-freya