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

#37 in #javascript-compiler

Download history 201/week @ 2025-03-12 89/week @ 2025-03-19 78/week @ 2025-03-26 130/week @ 2025-04-02 87/week @ 2025-04-09 212/week @ 2025-04-16 109/week @ 2025-04-23 156/week @ 2025-04-30 104/week @ 2025-05-07 311/week @ 2025-05-14 5/week @ 2025-05-21 83/week @ 2025-06-11 29/week @ 2025-06-18 36/week @ 2025-06-25

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

Unlicense/MIT

2.5MB
49K SLoC

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).

DEPRECATED

This crate was replaced by the boa_engine crate and is now deprecated.

Dependencies

~9MB
~202K SLoC