A JVM in Rust - Part 3

Open link in next tab

A JVM in Rust part 3 - Parsing class files

https://andreabergia.com/blog/2023/07/a-jvm-in-rust-part-3-parsing-class-files/

This post is part of the Writing a JVM in Rust series. I have written a JVM in Rust A JVM in Rust part 2 - The class files format A JVM in Rust part 3 - Parsing class files ⬅️ this post In this post, I will discuss how rjvm parses .class files. The code I will discuss today is contained in the reader crate.