From a83653f45d0ce7415e9476a75e688294ed3e0819 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 29 Apr 2024 01:38:51 +0530 Subject: [PATCH] Added vm/struct.h and vm/main.c to documenting TODO --- todo.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.org b/todo.org index c4d07d4..fdbd835 100644 --- a/todo.org +++ b/todo.org @@ -12,6 +12,8 @@ **** TODO lib/inst.h *** TODO VM [0%] **** TODO vm/runtime.h +**** TODO vm/struct.h +**** TODO vm/main.c ** TODO Specification * TODO Introduce error handling in base library :LIB: There is a large variety of TODOs about errors. Let's fix them!