Skip to content

Commit c4cd050

Browse files
committed
Add badges to README
1 parent 6e1257a commit c4cd050

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<!-- markdownlint-disable first-line-h1 -->
2+
3+
[![Rust](https://github.com/jsinger67/lalry/actions/workflows/rust.yml/badge.svg)](https://github.com/jsinger67/lalry/actions/workflows/rust.yml)
4+
[![Docs.rs](https://docs.rs/lalry/badge.svg)](https://docs.rs/lalry)
5+
[![Crates.io](https://img.shields.io/crates/v/lalry.svg)](https://crates.io/crates/lalry)
6+
7+
<!-- markdownlint-enable first-line-h1 -->
8+
9+
110
# `lalry` - a library for creating LALR(1) parsers from context-free grammars
211

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

0 commit comments

Comments
 (0)