Releases: AtomicScience/javoc
Releases · AtomicScience/javoc
Update 0.3
After yet another half-year pause, comes another update!
It doesn't bring any new features, focusing on huge code refactor instead
Update 0.2
After a long pause, comes another update, yay!
What's new:
Code updates:
Class loader now can:
- Load class' names
 - Load access flags
 - Load constant pool entries!
 
javocp now can:
- Output constant pool in human-readable form
 - Output class' names and indexes
 - Output access flags
 
Documentation:
- "Class file format" expanded
 - Lots of different articles were added
 - Some articles about the internals of Javoc were written
 - "Java class structure by example" removed due to unnecessarity and the high amount of effort needed to write a decent article
 
The upcoming v0.3 release is planned to be mostly refactoring one, delivering little to none of the features
Update 0.1
This is a first pre-release version of the JavOC!
Actually, it's only a layout of the architecture of the future JVM, but it already has few features to show off!