0.1.2 • Published 3 years ago
@ze-real-one/wumpusjs v0.1.2
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, #NodeVersionv0.0.6
- Added github repository, fixed issuesv0.1.0
- Added<var.create>
,<var.use>
, fixed bugsv0.1.1
- Fixed bugsv0.1.2
- Fixed a huge bug that was inv0.1.0
andv0.1.1
. Don't use these versions!