From 8b407058485dbad82d670c6cbcacbe1d993fb4aa Mon Sep 17 00:00:00 2001 From: WormHeamer Date: Tue, 28 Oct 2025 18:42:28 -0400 Subject: remove Node.walked in favor of bit sets (1/32x the memory) --- test.lang | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test.lang') diff --git a/test.lang b/test.lang index 11f09d3..e57f630 100644 --- a/test.lang +++ b/test.lang @@ -1,7 +1,3 @@ -func square(x i64) i64 { - return x * x -} - func main(a, b i64) i64 { if a < b { let t = a -- cgit v1.2.3