#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 4032/week @ 2024-01-26 3456/week @ 2024-02-02 2958/week @ 2024-02-09 4328/week @ 2024-02-16 4506/week @ 2024-02-23 4774/week @ 2024-03-01 4209/week @ 2024-03-08 6423/week @ 2024-03-15 4871/week @ 2024-03-22 4119/week @ 2024-03-29 5010/week @ 2024-04-05 5891/week @ 2024-04-12 6552/week @ 2024-04-19 5534/week @ 2024-04-26 5616/week @ 2024-05-03 5194/week @ 2024-05-10

23,733 downloads per month
Used in 16 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
~153K SLoC