Boa – Experimental JavaScript lexer, parser and interpreter written in Rust

Boa is an embeddable and experimental Javascript engine written in Rust. Currently, it has support for some of the language. – GitHub – boa-dev/boa: Boa is an embeddable and experimental Javascript… Read more

Similar

Time-Travel Debugging for JavaScript/Node.js

Time-traveling in the execution history of a program during debugging enables a developer to precisely track and understand the sequence of statements and program values leading to an error. To provide this functionality to real world developers, we embar...

Read more »