1.0.1 • Published 9 years ago

vanillascript v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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!