Giter Site home page Giter Site logo

ninjavm's Introduction

Ninja Virtual Machine

What is NinjaVM?

The Ninja Virtual Machine was created as a university project. This project was used to teach students the basics of low-level programming in the C language. The purpose of this VM is to execute programs written in the Ninja-Language, where Ninja is an acronym for Ninja is not Java. Ninja is an object-oriented langauge. It can do all the basic things allmost any other OO-Language can do such as arithmetic expressions, global and local variables, procedure calls, Records, Arrays, control-flow, and so on. Something that is rather unique to Ninja is its ability to do arithmetic with numbers of arbitrary length.

Why would I use this?

I don't know! This is just a personal hobby project for me at this point. The semester is over and I could just stop working on this, but I had so much fun during the semester that I decided to continue to work on this. Clone the repository, tinker around with it and have some fun (if you like this sort of thing).

How do I use it?

To use the VM is relatively straight forward. To launch the VM, simply type:

    $ ./njvm myProgram.bin

Obviously you will need a program that has been compiled for the NinjaVM. I will start to implement my own version of the Ninja tool chain starting sometime in February. Until that is completed, I would advise you to use the assebler and compiler from the university course.

Additional information

For additional information, visit the homepage from the professor at my university. Please note though, that it is in German.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.