diff options
Diffstat (limited to 'matrix-bin/src/main.rs')
-rw-r--r-- | matrix-bin/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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) |