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)
* 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