From 03732a3b73ff4cc42fc27cf122daef0c288a1844 Mon Sep 17 00:00:00 2001 From: Sander Hautvast Date: Sat, 14 Oct 2023 07:36:33 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e40299e..4cb42d6 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ actually: **so far** * starts a main class (TODO cmdline args) * loads classes from a classpath, including jar/jmod files -* instantiates classes (TODO implement superclass instantiation) +* instantiates classes * runs bytecode (TODO more opcodes) * has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes) * has a heap @@ -21,4 +21,4 @@ actually: * garbage collection **Ultimate goal** -* Hello world domination \ No newline at end of file +* Hello world domination