diff --git a/README.md b/README.md index 40126d765b..d6ba165b00 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ />

-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 . +## 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/).