@ze-real-one/wumpusjs

0.1.2 • Public • Published

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!

Readme

Keywords

Package Sidebar

Install

npm i @ze-real-one/wumpusjs

Weekly Downloads

0

Version

0.1.2

License

ISC

Unpacked Size

2.51 kB

Total Files

4

Last publish

Collaborators

  • ze-real-one