Skip to content

Commit

Permalink
Add badges to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinger67 committed Jun 8, 2024
1 parent 6e1257a commit c4cd050
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
<!-- markdownlint-disable first-line-h1 -->

[![Rust](https://github.com/jsinger67/lalry/actions/workflows/rust.yml/badge.svg)](https://github.com/jsinger67/lalry/actions/workflows/rust.yml)
[![Docs.rs](https://docs.rs/lalry/badge.svg)](https://docs.rs/lalry)
[![Crates.io](https://img.shields.io/crates/v/lalry.svg)](https://crates.io/crates/lalry)

<!-- markdownlint-enable first-line-h1 -->


# `lalry` - a library for creating LALR(1) parsers from context-free grammars

This is a fork of the great [lalr](https://github.com/goffrie/lalr) crate, a library for
Expand Down

0 comments on commit c4cd050

Please sign in to comment.