This is an experimental Javascript lexer, parser and interpreter written in Rust. Currently, it has support for some of the language. To know how much

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

submited by
Style Pass
2022-07-05 00:30:08

This is an experimental Javascript lexer, parser and interpreter written in Rust. Currently, it has support for some of the language.

To know how much of the ECMAScript specification does Boa cover, you can check out results running the ECMASCript Test262 test suite here.

Please, check the CONTRIBUTING.md file to know how to contribute in the project. You will need Rust installed and an editor. We have some configurations ready for VSCode.

Leave a Comment