Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoyangnz authored Aug 7, 2023
1 parent b6d7a64 commit d5cebd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

# Gava

<img src="gava.svg" width="60"/>
<img src="gava.svg" width="60" height="60"/>

**NOTE**: (previously named `Javo/Jago`)

> This project is not supposed to extend the features, more focus will be moved to its sister project [zava](https://github.com/chaoyangnz/zava) - a rewrite in Zig
A simplified Java virtual machine written in Go language. One aim is to learn JVM specification in depth and try to understand the behind-the-scene behaviour when a Java program runs. This VM can be used for the educational purpose, for example, for a course about how to design a runtime for a language with the complete specification.

I only refer to "Java Virtual Machine Specification" and then look into how we should design one.
Expand Down

0 comments on commit d5cebd8

Please sign in to comment.