feat: Added readme and license information and renamed opcode_names file

This commit is contained in:
2020-02-03 20:06:31 +01:00
parent 4ed2215c3f
commit 58a40f3a24
5 changed files with 36 additions and 2 deletions

13
README.MD Normal file
View File

@@ -0,0 +1,13 @@
# PJVM
PJVM (say PJ-VM as in peanut butter jelly) is a Python based Java Virtual Machine.
## Goal
The goal of this project is to give an insight into the big and scary Java Virtual Machine.
## Why?
For the glory of satan of course!
### No but really?
I got bored one day and wanted to figure out how the JVM worked. And what better way is there than to just implement it.
## License
This project is licensed under the MIT license, see the [LICENSE.TXT](LICENSE.TXT)