Skip to content

code4fukui/JS-Interpreter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JS-Interpreter

A sandboxed JavaScript interpreter in JavaScript. Execute arbitrary JavaScript code line by line in isolation and safety.

Live demo: https://code4fukui.github.io/JS-Interpreter/

Documentation: https://code4fukui.github.io/JS-Interpreter/docs.html

Developers using JS-Interpreter should subscribe to the announcement newsgroup. Security issues and major changes will be posted here: https://groups.google.com/g/js-interpreter-announce

todo

  • fix some demos
  • supports const / let
  • add test code

dependencies

About

A sandboxed JavaScript interpreter in JavaScript.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.4%
  • HTML 8.6%