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

boa_parser

ECMAScript parser for the Boa JavaScript engine

6 releases

new 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

#323 in Programming languages

Download history 4504/week @ 2024-05-24 4755/week @ 2024-05-31 5047/week @ 2024-06-07 5633/week @ 2024-06-14 5984/week @ 2024-06-21 5812/week @ 2024-06-28 6213/week @ 2024-07-05 8049/week @ 2024-07-12 7061/week @ 2024-07-19 6268/week @ 2024-07-26 6669/week @ 2024-08-02 7267/week @ 2024-08-09 6909/week @ 2024-08-16 5793/week @ 2024-08-23 5628/week @ 2024-08-30 5343/week @ 2024-09-06

25,018 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

~8MB
~148K SLoC