From f0000e8b134a2e68b1ddbb554b958aef79fc31f4 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Mon, 15 Dec 2025 09:44:53 -0500 Subject: vm: Add boolean operators for not, and, or, and xor --- tests/forth.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/forth.rs') diff --git a/tests/forth.rs b/tests/forth.rs index 2538419..cd743b9 100644 --- a/tests/forth.rs +++ b/tests/forth.rs @@ -3,7 +3,7 @@ use automathon::forth::{ vm::{VM, WordList}, }; -fn compiler_for(text: &str) -> Compiler { +fn compiler_for(text: &str) -> Compiler<'_> { let mut p = Compiler::new(text); p.compile().expect("badparse"); p -- cgit v1.3