23 unstable releases
0.13.1 | Sep 25, 2022 |
---|---|
0.13.0 | Sep 30, 2021 |
0.11.0 | Jan 19, 2021 |
0.10.0 | Oct 2, 2020 |
0.1.5 | Nov 28, 2018 |
#106 in #javascript-compiler
564 downloads per month
Used in 5 crates
(4 directly)
2.5MB
49K
SLoC
DEPRECATED
This crate was replaced by the boa_engine
crate
and is now deprecated.
lib.rs
:
This is an experimental Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language.
Crate Features
- serde - Enables serialization and deserialization of the AST (Abstract Syntax Tree).
- console - Enables
boa
s WHATWGconsole
object implementation. - profiler - Enables profiling with measureme (this is mostly internal).
Dependencies
~6–8MB
~173K SLoC