Skip to content

Commit 3fb5918

Browse files
committed
TODO updated, moving very close to 0.1 pre-release
1 parent 709fc4a commit 3fb5918

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

doc/Changelog and to-do.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,20 @@ This is a very first version of the project.
44

55
It 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

0 commit comments

Comments
 (0)