feat: Added readme and license information and renamed opcode_names file
This commit is contained in:
13
README.MD
Normal file
13
README.MD
Normal 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)
|
||||
Reference in New Issue
Block a user