Skip to content
This repository was archived by the owner on Sep 11, 2022. It is now read-only.

Commit 2411cc7

Browse files
committed
Add badges
1 parent 52ed942 commit 2411cc7

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# LR(1) Parse Tree Generator
22

3+
![JDK-15](https://img.shields.io/badge/JDK-15-blue)
4+
![version-1.0.2](https://img.shields.io/badge/version-1.0.2-blue)
5+
[![license-MIT](https://img.shields.io/badge/license-MIT-green)](https://github.com/AlumiK/parse-tree/blob/main/LICENSE)
6+
37
This project is heavily inspired by [LYRON](https://github.com/LLyronx/LYRON), a universal compiler framework.
48

59
## Usage

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>cn.alumik</groupId>
88
<artifactId>parsetree</artifactId>
9-
<version>1.0.1</version>
9+
<version>1.0.2</version>
1010

1111
<name>parsetree</name>
1212

0 commit comments

Comments
 (0)