File tree Expand file tree Collapse file tree 1 file changed +11
-12
lines changed
Expand file tree Collapse file tree 1 file changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,20 @@ This is a very first version of the project.
44
55It implements some simple parts of class loading
66### Generic features
7- - [ ] ** Debug library**
8- - [ ] Simple ` print ` function for debugging
7+ - [x ] ** Debug library**
8+ - [x ] Simple ` print ` function for debugging
99### Class loading:
10- - [ ] ** Class loading module structure**
11- - [ ] Class loader file (classLoader.lua) - * responsible for all the class* * loading procedure logic in the bootstrap class loader*
12- - [ ] ** Implemented class loading features**
13- - [ ] Magic value
14- - [ ] Versions * (Major and Minor)*
15- - [ ] Constant pool reading
10+ - [x] ** Class loading module structure**
11+ - [x] Class loader file (classLoader.lua) - * responsible for all the class* * loading procedure logic in the bootstrap class loader*
12+ - [x] ** Implemented class loading features**
13+ - [x] Magic value
14+ - [x] Versions * (Major and Minor)*
1615### Tools
17- - [ ] ** Added new tool**
18- - [ ] Class decompiler (javocp)
19- - [ ] View versions and constants from the pool
16+ - [x ] ** Added new tool**
17+ - [x ] Class decompiler (javocp)
18+ - [x ] View versions
2019### Documentation
21- - [ ] Documentation framework * (.md files structure, etc.)*
20+ - [x ] Documentation framework * (.md files structure, etc.)*
2221- [ ] Project's motivation and abstract
2322- [ ] Class Loading algorithm:
2423 - [ ] Basics of the class file structure
You can’t perform that action at this time.
0 commit comments