amukh1 / August-VM

A virtual machine used to assist the august programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm version

August-Virtual-Machine

A virtual machine used to assist the August programming language..

Prerequisites

This project requires NodeJS (version 8 or later) and NPM. Node and NPM are really easy to install. To make sure you have them available on your machine, try running the following command.

$ npm -v && node -v
6.4.1
v8.16.0

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Installation


BEFORE YOU INSTALL: please read the prerequisites


To install and set up the library, run:

$ npm install august-vm

Or if you prefer using Yarn:

$ yarn add --dev august-vm

Usage

First, Start by importing the library

avm ./file.bin

or, for console mode

avm ./file.bin console

Contributing

You can contribute to the project by making a pull request on GitHub.

Credits

Amukh1.

Built With

Authors

See also the list of contributors who participated in this project.

License

MIT License © Amukh1

About

A virtual machine used to assist the august programming language.

License:MIT License


Languages

Language:JavaScript 100.0%