Skip to content

Commit

Permalink
Added a link to the Test262 results in the README (#829)
Browse files Browse the repository at this point in the history
  • Loading branch information
Razican authored Oct 9, 2020
1 parent 89d2907 commit a3e7f1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand All @@ -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/).
Expand Down

0 comments on commit a3e7f1e

Please sign in to comment.