From 4b33b1f31862cd505fd9c90cf8d2e696c6f6ec97 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 23 Feb 2026 15:45:03 +0000 Subject: partial refactor of ast_node.hpp --- #test.bl# | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 #test.bl# (limited to '#test.bl#') diff --git a/#test.bl# b/#test.bl# new file mode 100644 index 0000000..0548497 --- /dev/null +++ b/#test.bl# @@ -0,0 +1,3 @@ +int a = 6; +int b = 7; +int c = a * b; -- cgit v1.2.3