Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added the ability to dump the token stream or ast in bin. #278

Merged
merged 8 commits into from
Mar 25, 2020
Prev Previous commit
Merge branch 'master' into better-bin
  • Loading branch information
HalidOdat authored Mar 20, 2020
commit 67231e0b6407ea0fcf60d0d8230ccc17641ca6eb
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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.
[![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)
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.