updated readme

This commit is contained in:
Shautvast 2023-11-10 23:36:23 +01:00
parent 92a4fa96a3
commit b434da93f4

View file

@ -10,11 +10,9 @@ actually:
* loads classes from a classpath, including jar/jmod files
* instantiates classes
* runs bytecode (TODO more opcodes)
* has INVOKEVIRTUAL and INVOKESPECIAL, including stackframes (TODO more invokes)
* has a heap
* native methods (not dynamic)
**more TODO's**
* native methods
* stacktraces
* check visibility
* IO