boa_parser 0.18.0

ECMAScript parser for the Boa JavaScript engine.
Documentation

Boa's boa_parser crate is a parser targeting the latest ECMAScript language specification.

Crate Overview

This crate contains implementations of a [Lexer] and a [Parser] for the ECMAScript language. The lexical grammar and the syntactic grammar being targeted are fully defined in the specification. See the links provided for more information.