javascript-interpreter
Here are 22 public repositories matching this topic...
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
-
Updated
Sep 8, 2020 - C
The official repo is at bellard/quickjs.
-
Updated
Aug 2, 2020 - C
A sub Javascript interpreter for interpreting itself
-
Updated
May 13, 2020 - JavaScript
CanJS is a javascript interpreter, which can run JS code in JS.
-
Updated
Apr 23, 2020 - JavaScript
A JavaScript interpreter written in TypeScript;基于TypeScript编写的JavaScript解释器
-
Updated
Oct 27, 2020 - TypeScript
Ruby bindings to the Duktape JavaScript interpreter
-
Updated
May 15, 2019 - C
A JavaScript interpreter in Python, built for embedding JavaScript.
-
Updated
Mar 23, 2018 - Python
Android app to run duckyscript
-
Updated
Oct 6, 2019 - Java
Addon for openFrameworks with bindings to the Duktape Javascript interpreter
-
Updated
Jan 7, 2020 - C
JS interpreter in C++
-
Updated
Sep 2, 2018 - C++
Nim wrapper for the Duktape embeddable Javascript engine.
-
Updated
Jan 5, 2019 - C
JavaScript interpreter written in CoffeeScript
-
Updated
Oct 15, 2016 - CoffeeScript
A fast, easy-to-use JavaScript interpreter written in Rust
-
Updated
Oct 17, 2020 - Rust
Javascript Interpreter for .NET, a fork of https://github.com/sebastienros/jint, with some extra stuff
-
Updated
Feb 10, 2018 - C#
Tcl extension to execute JavaScript using the SpiderMonkey Javascript interpreter
-
Updated
Aug 8, 2015 - C
A JavaScript parser and interpreter.
-
Updated
Jul 1, 2019 - JavaScript
Simple framework for testing security mechanisms in JavaScript interpreters
-
Updated
May 12, 2018 - Haskell
Simple online JavaScript interpreter with some functions.
-
Updated
Jun 26, 2020 - CSS
another fuuk javascript engine
-
Updated
Nov 25, 2019 - C++
A toy JavaScript interpreter written in C#
-
Updated
May 31, 2020 - C#
Unpacked tarball of Fabrice Bellard's QuickJS (bellard.org/quickjs)
-
Updated
Jul 28, 2019 - C
Improve this page
Add a description, image, and links to the javascript-interpreter topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javascript-interpreter topic, visit your repo's landing page and select "manage topics."


ECMASCript feature
We currently lack the implementation of some built-in global functions used for URI encoding/decoding. You can find these functions in the spec here.
The 4 functions to implement would be these:
encodeURI()