Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (31 loc) · 1.66 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.66 KB

The Meon Interpreter

MIT license Lines of code

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.

Documentations

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!

Installation

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

Common Questions

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.

License

The Meon Interpreter is licensed under MIT. See LICENSE for more details.