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

Download history 7/week @ 2024-07-15 11/week @ 2024-07-22 77/week @ 2024-07-29 7/week @ 2024-08-05 22/week @ 2024-08-12 8/week @ 2024-08-19 24/week @ 2024-08-26 10/week @ 2024-09-02 23/week @ 2024-09-09 16/week @ 2024-09-16 84/week @ 2024-09-23 54/week @ 2024-09-30 12/week @ 2024-10-07 67/week @ 2024-10-14 8/week @ 2024-10-21 14/week @ 2024-10-28

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

~6–8MB
~173K SLoC