Skip to content

Commit

Permalink
chore: add lalr-parsing keyword to cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
umut-sahin committed Sep 9, 2024
1 parent 24a879c commit ff4cc01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dotlr"
description = "An LR(1) parser generator and visualizer created for educational purposes."
categories = ["algorithms", "parsing"]
keywords = ["educational", "lr-parsing", "parser-generator"]
keywords = ["educational", "lalr-parsing", "lr-parsing", "parser-generator"]
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit ff4cc01

Please sign in to comment.