From 056fbf7e7dc727d020ba54e439f2b47411c58e76 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Thu, 3 Mar 2022 13:48:19 -0800 Subject: Start the garbage collector. I don't think we finished it, but I wrote this code a while ago and I'm just trying to get it committed. --- bytecode/src/main.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'bytecode/src/main.rs') diff --git a/bytecode/src/main.rs b/bytecode/src/main.rs index b5a05ef..683ff26 100644 --- a/bytecode/src/main.rs +++ b/bytecode/src/main.rs @@ -1,4 +1,5 @@ mod bytecode; +mod data; mod encoding; mod heap; -- cgit v1.3.1