diff options
author | Freya Murphy <freya@freyacat.org> | 2024-02-20 18:58:54 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-02-20 18:58:54 -0500 |
commit | 671301383b965bb3d59bcda03e0775733e96d398 (patch) | |
tree | 56cd5adeefab518c100b044aa7d60caa08d0b698 /matrix-bin/src | |
parent | things (diff) | |
download | matrix-671301383b965bb3d59bcda03e0775733e96d398.tar.gz matrix-671301383b965bb3d59bcda03e0775733e96d398.tar.bz2 matrix-671301383b965bb3d59bcda03e0775733e96d398.zip |
lang is not expr based
Diffstat (limited to 'matrix-bin/src')
-rw-r--r-- | matrix-bin/src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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) |