readme
This commit is contained in:
parent
8effcda91a
commit
9353b27cd3
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||||
Loading…
Add table
Reference in a new issue