diff --git a/docs/README.md b/docs/README.md index 0d67e60c..ba1ae048 100755 --- a/docs/README.md +++ b/docs/README.md @@ -3,10 +3,12 @@ # Gava - + **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.