This commit is contained in:
Sander Hautvast 2023-09-30 18:21:45 +02:00
parent 8effcda91a
commit 9353b27cd3

View file

@ -11,12 +11,14 @@ actually:
* instantiates classes (TODO implement superclass instantiation) * instantiates classes (TODO implement superclass instantiation)
* runs bytecode (TODO more opcodes) * runs bytecode (TODO more opcodes)
* has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes) * has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes)
* has a heap
**more TODO's** **more TODO's**
* native methods * native methods
* stacktraces * stacktraces
* check visibility * check visibility
* IO * IO
* garbage collection
**Ultimate goal** **Ultimate goal**
* Hello world domination * Hello world domination