boa_engine 0.17.0

Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod for_in;
pub(crate) mod get;
pub(crate) mod iterator;
pub(crate) mod loop_ops;

pub(crate) use for_in::*;
pub(crate) use get::*;
pub(crate) use iterator::*;
pub(crate) use loop_ops::*;