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.
- Host: GitHub
- URL: https://github.com/programmerjake/javascript-tasklets
- Owner: programmerjake
- Created: 2016-03-29T23:35:23.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-05T03:01:55.000Z (over 9 years ago)
- Last Synced: 2025-01-10T14:30:15.245Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 2.78 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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