diff --git a/README.md b/README.md index 5c146c9..c2b63f2 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,14 @@ actually: * instantiates classes (TODO implement superclass instantiation) * runs bytecode (TODO more opcodes) * has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes) +* has a heap **more TODO's** * native methods * stacktraces * check visibility * IO +* garbage collection **Ultimate goal** * Hello world domination \ No newline at end of file