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

boa_parser

ECMAScript parser for the Boa JavaScript engine

7 unstable releases (3 breaking)

new 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

#97 in Programming languages

Download history 6268/week @ 2024-08-19 5587/week @ 2024-08-26 5862/week @ 2024-09-02 6002/week @ 2024-09-09 5526/week @ 2024-09-16 6525/week @ 2024-09-23 5935/week @ 2024-09-30 8122/week @ 2024-10-07 10487/week @ 2024-10-14 12127/week @ 2024-10-21 9429/week @ 2024-10-28 8766/week @ 2024-11-04 9226/week @ 2024-11-11 10444/week @ 2024-11-18 10508/week @ 2024-11-25 10029/week @ 2024-12-02

41,054 downloads per month
Used in 20 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

~7.5MB
~144K SLoC