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

MeON is a programming language which is designed for beginner in Programming.

License

Notifications You must be signed in to change notification settings

heinthanth/meon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MeON is a programming language which is designed for beginner in Programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published