Browse Source

Merge branch 'master' of github.com:jasonwilliams/Boa

pull/1/head
Jason Williams 6 years ago
parent
commit
a10b991393
  1. 4
      Cargo.lock
  2. 4
      Cargo.toml
  3. 1
      README.md

4
Cargo.lock generated

@ -1,4 +1,4 @@
[[package]]
name = "boa"
version = "0.1.1"
name = "Boa"
version = "0.1.2"

4
Cargo.toml

@ -1,6 +1,6 @@
[package]
name = "boa"
version = "0.1.1"
name = "Boa"
version = "0.1.2"
authors = ["Jason Williams <jase.williams@gmail.com>"]
description = "Boa is a Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language."
homepage = "https://github.com/jasonwilliams/boa"

1
README.md

@ -2,6 +2,7 @@
This is an experimental Javascript lexer, parser and Just-in-Time compiler written in Rust. Currently, it has support for some of the language.
[![Build Status](https://travis-ci.com/jasonwilliams/boa.svg?branch=master)](https://travis-ci.com/jasonwilliams/boa)
[![](http://meritbadge.herokuapp.com/boa)](https://crates.io/crates/boa)
[![](https://docs.rs/Boa/badge.svg)](https://docs.rs/Boa/)
This project is an attempted rewrite of Bebbington's js.rs and will look very, very similar to it for a while. As that repo has not been touched in a long time a lot of the Rust is out-of-date so a lot of things are probably in error by today's standards

Loading…
Cancel
Save