GitXplorerGitXplorer
g

vanillascript

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
8c3bc4ad38816bbd8d27b592975684feb7d1a6f8

add travis and coveralls

ggcochard committed 10 years ago
Unverified
17bbed6e411a000da8bc9d8d50233bae1ca0491f

initial commit

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!