0.1.2 • Published 2 years ago

@ze-real-one/wumpusjs v0.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Wumpus-js

A software language built with NodeJS.

Installation

Run the following command in your shell :

npm i @ze-real-one/wumpusjs

Usage

const wumpus = require("@ze-real-one/wumpusjs");

wumpus.run({
    code: `SendToConsole('Hello World!');`
})

To run the following code, open your terminal and run :

node .

Wiki

The wiki is on the github repository.

Change log

  • v0.0.5 - SendToConsole, #NodeVersion
  • v0.0.6 - Added github repository, fixed issues
  • v0.1.0 - Added <var.create>, <var.use>, fixed bugs
  • v0.1.1 - Fixed bugs
  • v0.1.2 - Fixed a huge bug that was in v0.1.0 and v0.1.1. Don't use these versions!