This is an experimental Javascript lexer, parser and compiler written in Rust.
This is an experimental Javascript lexer, parser and interpreter written in Rust.
Currently, it has support for some of the language.
Currently, it has support for some of the language.
[![Build Status][build_badge]][build_link]
[![Build Status][build_badge]][build_link]
@ -29,6 +29,10 @@ You can get more verbose errors when running from the command line.
You can check the internal development docs at <https://boa-dev.github.io/boa/doc>.
You can check the internal development docs at <https://boa-dev.github.io/boa/doc>.
## Conformance
To know how much of the ECMAScript specification does Boa cover, you can check out results running the ECMASCript Test262 test suite [here](https://boa-dev.github.io/boa/test262/).
## Benchmarks
## Benchmarks
See [Benchmarks](https://boa-dev.github.io/boa/dev/bench/).
See [Benchmarks](https://boa-dev.github.io/boa/dev/bench/).