superui_boa_parser 0.1.1

Fork of boa_parser (boa 0.21.1) vendored for superui: on-demand parse-stack growth (parser-stacker-grow) + relaxed icu_properties pin. See docs/fork-patches.md. Upstream: https://github.com/boa-dev/boa
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.