From 671301383b965bb3d59bcda03e0775733e96d398 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 20 Feb 2024 18:58:54 -0500 Subject: lang is not expr based --- matrix-bin/src/main.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'matrix-bin') diff --git a/matrix-bin/src/main.rs b/matrix-bin/src/main.rs index 7e3c3c6..3ae8135 100644 --- a/matrix-bin/src/main.rs +++ b/matrix-bin/src/main.rs @@ -54,7 +54,6 @@ impl<'a> State<'a> { let compiler = CompilerBuilder::new() .repl(repl) .debug(args.debug) - .globals(vm.globals()) .build(); (Self { parser, vm, compiler, repl }, file) -- cgit v1.2.3-freya