Meon VM
is the Virtual Machine for Meon
programming language which is general purpose language and designed for beginner in Programming. It is distributed under MIT License.
Well, I don't have enough knowledge and patience. So, I'll come back later. But it's almost finished.
Right now, it's just under development. So, document is haven't written yet. But some example script that I used to test VM are located under examples. However, I'll create a website for it!
Well, please compile it :3 It's quite simple. You just need gcc
and make
.
First, clone the repo.
git clone https://github.com/heinthanth/meon && cd meon
Then, compile it
make
If there's no error, VM is located under build and can be executed.
build/meon --version
Here are some FAQ about Meon
project.
-
WHY IT'S NAMED
Meon
?- it's from Melon and then, I removed L.
- It's sounds like Neon, Xenon and the word itself is similar to favourite pet, cat's sound Meow.
-
WHY THE FU*K I CREATED THIS ?
- No reason! I just want to learn something new by creating something new.
- I gain massive knowledge about How CPU works, How machine interpret and execute various instructions and jump to and from.
The Meon
Interpreter is licensed under MIT. See LICENSE for more details.