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

boa_parser

ECMAScript parser for the Boa JavaScript engine

6 releases

0.19.1 Sep 12, 2024
0.19.0 Jul 11, 2024
0.18.0 Mar 7, 2024
0.17.3 Sep 26, 2023
0.17.0 Jul 8, 2023

#16 in #js

Download history 6501/week @ 2024-07-22 6468/week @ 2024-07-29 6948/week @ 2024-08-05 7485/week @ 2024-08-12 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 8845/week @ 2024-11-04

41,406 downloads per month
Used in 19 crates (2 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

~7.5MB
~144K SLoC