#javascript #javascript-parser #syntax #js #parser

boa_parser

ECMAScript parser for the Boa JavaScript engine

4 releases

0.18.0 Mar 7, 2024
0.17.3 Sep 26, 2023
0.17.1 Sep 26, 2023
0.17.0 Jul 8, 2023

#66 in Programming languages

Download history 3841/week @ 2024-01-31 2813/week @ 2024-02-07 3982/week @ 2024-02-14 4435/week @ 2024-02-21 4401/week @ 2024-02-28 4666/week @ 2024-03-06 5735/week @ 2024-03-13 5403/week @ 2024-03-20 4236/week @ 2024-03-27 4590/week @ 2024-04-03 5827/week @ 2024-04-10 6772/week @ 2024-04-17 5300/week @ 2024-04-24 5717/week @ 2024-05-01 6216/week @ 2024-05-08 4240/week @ 2024-05-15

22,756 downloads per month
Used in 17 crates (3 directly)

Unlicense OR MIT

1.5MB
34K SLoC

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.

Dependencies

~8MB
~151K SLoC