GitXplorerGitXplorer
g

vanillascript

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
e908945ac999ce465299d6fbecca619314cab256

iojs and remove allow failure

ggcochard committed 10 years ago
Unverified
d22f6db9e777fbdeb7db278efb6ecbbbc25105de

1.0.1

ggcochard committed 10 years ago
Unverified
bb01a53b9614297c0b53086730618e1ac12c190a

fix readme

ggcochard committed 10 years ago
Unverified
1defe6fe6f10d21b669b2bd7263c93438e3b196e

fix test

ggcochard committed 10 years ago
Unverified
2ba001b43fb00c1a766fca3fe906f84dd87819bd

code cleanup, bin alias

ggcochard committed 10 years ago
Unverified
87584781c055d187dbb75613478d6118433a2a74

badges

ggcochard committed 10 years ago

README

The README file for this repository.

VanillaScript Build Status Coverage Status

NPM

Yet Another Compile To JavaScript Language

Are you tired of writing JavaScript? Do you want a cool new language that takes the Java out of it?

Enter VanillaScript. It's JavaScript without the Java!

Installation

npm install -g vanillascript

Getting Started

Execute a script:

vanillascript source.vs

Compile a script:

vanillascript -c source.vs

It's that easy!