Browse Source

Added a link to the Test262 results in the README (#829)

pull/833/head
Iban Eguia 4 years ago committed by GitHub
parent
commit
a3e7f1eace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      README.md

6
README.md

@ -8,7 +8,7 @@
/>
</p>
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.
[![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>.
## 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
See [Benchmarks](https://boa-dev.github.io/boa/dev/bench/).

Loading…
Cancel
Save