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

#112 in #javascript-compiler

Download history 12/week @ 2024-11-13 23/week @ 2024-11-20 65/week @ 2024-11-27 360/week @ 2024-12-04 202/week @ 2024-12-11 68/week @ 2024-12-18 58/week @ 2024-12-25 142/week @ 2025-01-01 74/week @ 2025-01-08 17/week @ 2025-01-15 41/week @ 2025-01-29 78/week @ 2025-02-05 95/week @ 2025-02-19 98/week @ 2025-02-26

564 downloads per month
Used in 5 crates (4 directly)

Unlicense/MIT

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 boas WHATWG console object implementation.
  • profiler - Enables profiling with measureme (this is mostly internal).

Dependencies

~9MB
~201K SLoC