We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1257a commit c4cd050Copy full SHA for c4cd050
README.md
@@ -1,3 +1,12 @@
1
+<!-- markdownlint-disable first-line-h1 -->
2
+
3
+[](https://github.com/jsinger67/lalry/actions/workflows/rust.yml)
4
+[](https://docs.rs/lalry)
5
+[](https://crates.io/crates/lalry)
6
7
+<!-- markdownlint-enable first-line-h1 -->
8
9
10
# `lalry` - a library for creating LALR(1) parsers from context-free grammars
11
12
This is a fork of the great [lalr](https://github.com/goffrie/lalr) crate, a library for
0 commit comments