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
41,054 downloads per month
Used in 20 crates
(2 directly)
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