Skip to content
This repository has been archived by the owner on Nov 16, 2021. It is now read-only.

stakira/vinyl.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

vinyl.js

At the moment, vinyl.js is meant to be a minial javascript runtime, aiming to support a subset of es6, with subtle extensions.

Features implemented so far:

  • null, int, bool, double, string, array, object
  • if else
  • while loop
  • named function
  • 'this' invocation

Not implemented yet:

  • for loop
  • anonymous function
  • class
  • sealing object
  • export, import

Other todos:

  • better error handling
  • garbage collection
  • bytecode vm

Of course, there's alot more...

About

A subset of ES6 and its runtime.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published