An open API service indexing awesome lists of open source software.

https://github.com/programmerjake/javascript-tasklets

ecmascript 2015 engine that supports lightweight clones of the script state.
https://github.com/programmerjake/javascript-tasklets

Last synced: 7 months ago
JSON representation

ecmascript 2015 engine that supports lightweight clones of the script state.

Awesome Lists containing this project

README

          

# javascript-tasklets
ECMAScript 2015 engine that supports lightweight clones of the script state.

Designed as a scripting engine for [Voxels](https://github.com/programmerjake/voxels-0.7).

##Status

Created garbage collector and state cloning functionality

Started creating interpreted intermediate code

Created part of standard library

Creating parser