Update README.md
This commit is contained in:
parent
08c4ba33ee
commit
03732a3b73
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
* Hello world domination
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue