august-vm
v1.0.3
Published
A virtual machine used to assist the august programming language.
Downloads
7
Readme
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
- Amukh1 - Github
See also the list of contributors who participated in this project.
License
MIT License © Amukh1