0.0.11 • Published 10 years ago

dude-suh v0.0.11

Weekly downloads
-
License
MIT
Repository
-
Last release
10 years ago

Image of The Originals

suh dude

npm install -g dude-suh

suh <sourcefile.suh> <outputfile.js>

this is how js should be

// dude.suh
psst suh $ = needs('jquery')

suh bish = {
  nutz: "got eeem!",
  fam: tru,
  prank: function() {
    unless(false) {
      sling log(deez.nutz or nahdeez.fam)
    }
  }
}

tru and false aint nahtru or false

bish.prank()
// dude.js
// var $ = require('jquery')

var bish = {
  nutz: "got eeem!",
  fam: true,
  prank: function() {
    if(!false) {
      return console.log(this.nutz || !this.fam)
    }
  }
}

true && false !== !true || false

bish.prank()
0.0.11

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago