Recent Posts

A simple JVM

3 minute read

The last post was about a class file parser that I worked on for some time. In the meantime, I integrated this parser in a new project that aims to implement...

A simple class file parser

2 minute read

A little while ago, I started working on a Java class file parser, that functionally does a job similar to the javap tool. (With some small output formatting...