Skip to content

Commit

Permalink
parser update + tests
Browse files Browse the repository at this point in the history
  • Loading branch information
loomstyla committed Apr 20, 2023
1 parent dede595 commit 6ee1e37
Show file tree
Hide file tree
Showing 4 changed files with 393 additions and 125 deletions.
5 changes: 3 additions & 2 deletions palabritas-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "palabritas-parser"
version = "0.0.0"
version = "0.2.0"
edition = "2021"

[[bin]]
Expand All @@ -9,4 +9,5 @@ path = "src/main.rs"

[dependencies]
pest = "2.0"
pest_derive = "2.0"
pest_derive = "2.0"
rand = "0.8.5"
48 changes: 0 additions & 48 deletions palabritas-parser/example.palabritas

This file was deleted.

Loading

0 comments on commit 6ee1e37

Please sign in to comment.