Browse Source

Added a logo to the project. (#277)

* Added a logo to the project.

* Changed the logo from a png to a svg.
pull/280/head
HalidOdat 4 years ago committed by GitHub
parent
commit
f53b352a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md
  2. 184
      assets/logo.svg

8
README.md

@ -1,5 +1,13 @@
# Boa # Boa
<p align="center">
<img
alt="logo"
src="./assets/logo.svg"
width="30%"
/>
</p>
This is an experimental Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language. This is an experimental Javascript lexer, parser and 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) [![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) [![](http://meritbadge.herokuapp.com/boa)](https://crates.io/crates/boa)

184
assets/logo.svg

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 135 KiB

Loading…
Cancel
Save