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

boa_parser

ECMAScript parser for the Boa JavaScript engine

7 unstable releases (3 breaking)

0.20.0 Dec 5, 2024
0.19.1 Sep 12, 2024
0.19.0 Jul 11, 2024
0.18.0 Mar 7, 2024
0.17.0 Jul 8, 2023

#285 in Programming languages

Download history 9629/week @ 2024-11-15 10930/week @ 2024-11-22 10610/week @ 2024-11-29 11315/week @ 2024-12-06 8571/week @ 2024-12-13 8067/week @ 2024-12-20 6580/week @ 2024-12-27 10426/week @ 2025-01-03 9531/week @ 2025-01-10 10064/week @ 2025-01-17 11075/week @ 2025-01-24 10625/week @ 2025-01-31 12619/week @ 2025-02-07 9429/week @ 2025-02-14 9889/week @ 2025-02-21 9152/week @ 2025-02-28

43,042 downloads per month
Used in 24 crates (2 directly)

Unlicense OR MIT

1.5MB
37K 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

~6.5MB
~134K SLoC