bug
Something isn't working
good first issue
Good for newcomers
parser
Issues surrounding the parser
lexer
Issues surrounding the lexer
#
javascript-interpreter
Here are 28 public repositories matching this topic...
QuickJS是一个小型并且可嵌入的Javascript引擎,它支持ES2020规范,包括模块,异步生成器和代理器。
javascript
c
vm
js
compiler
virtual-machine
ecmascript
javascript-interpreter
javascript-engine
zh
es2020
quickjs
-
Updated
Mar 19, 2022 - C
A JavaScript interpreter written in TypeScript - Support ES5
vm
interpreter
sandbox
javascript-interpreter
js-interpreter
wechat-mini
typescript-javascript
eval5
-
Updated
Feb 8, 2022 - TypeScript
jameslahm
commented
Jul 15, 2021
right now, we have a bunch of warnings in Clippy. We could fix them gradually. And set up Clippy in Ci at last.
good first issue
Good for newcomers
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
Ruby bindings to the Duktape JavaScript interpreter
-
Updated
Jan 31, 2021 - C
A JavaScript interpreter in Python, built for embedding JavaScript.
-
Updated
May 21, 2021 - Python
Android app to run duckyscript
javascript
android
java
kernel
wifi
javascript-interpreter
duckyscript
usb-hid
rubberducky
wifi-ip
rndis
-
Updated
Dec 30, 2021 - Java
Multithreaded Javascript Engine for .NET
-
Updated
Mar 23, 2022 - C#
Addon for openFrameworks with bindings to the Duktape Javascript interpreter
-
Updated
Jan 7, 2020 - C
Nim wrapper for the Duktape embeddable Javascript engine.
-
Updated
Jan 5, 2019 - C
A toy javascript interpreter written in rust. Very much under development.
-
Updated
Jun 4, 2022 - Rust
JS interpreter in C++
-
Updated
Jul 5, 2022 - C++
JavaScript interpreter written in CoffeeScript
-
Updated
Oct 15, 2016 - CoffeeScript
write ejs in golang
-
Updated
Feb 21, 2022 - JavaScript
Javascript Interpreter for .NET, a fork of https://github.com/sebastienros/jint, with some extra stuff
-
Updated
Feb 10, 2018 - C#
A fast, easy-to-use JavaScript interpreter written in Rust
-
Updated
Nov 30, 2020 - Rust
JavaScript lexer/parser/interpreter in Rust 🦀
-
Updated
Jun 5, 2022 - Rust
Tcl extension to execute JavaScript using the SpiderMonkey Javascript interpreter
-
Updated
Aug 8, 2015 - C
A JavaScript parser and interpreter.
-
Updated
Mar 22, 2021 - JavaScript
another fuuk javascript engine
-
Updated
Nov 25, 2019 - C++
Unpacked tarball of Fabrice Bellard's QuickJS (bellard.org/quickjs)
javascript
vm
interpreter
js
compiler
runtime
virtual-machine
ecmascript
javascript-interpreter
javascript-engine
es2020
-
Updated
Jul 28, 2019 - C
Simple framework for testing security mechanisms in JavaScript interpreters
-
Updated
May 12, 2018 - Haskell
A project that helps me and others to better understand how V8 actually works.
javascript
cplusplus
v8-javascript-engine
torque
javascript-compiler
javascript-interpreter
javascript-engine
-
Updated
Oct 31, 2021 - C++
Simple online JavaScript interpreter with some functions.
-
Updated
Jun 26, 2020 - CSS
A toy JavaScript interpreter written in C#
-
Updated
May 31, 2020 - C#
Implementing JavaScript interpreter on Android using Hermes like iOS's JavaScriptCore
-
Updated
Apr 17, 2022 - Kotlin
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."
Describe the bug
The expression
/=/does not get parsed as a regexpTo Reproduce
That throws this: "unexpected token '/=', primary expression at line 1, col 15"
Expected behavior
It should give me the regu