Execute function for assert

This commit is contained in:
elvis
2025-08-02 06:50:01 +02:00
parent 39837498b3
commit 3af6ce5130
4 changed files with 577 additions and 86 deletions

View File

@ -7,6 +7,7 @@ edition = "2024"
lalrpop = "0.22"
[dependencies]
rand = { version = "*" }
regex = { version = "1", features = ["unicode-bool"] }
lalrpop-util = { version = "*", features = ["lexer", "unicode"] }
petgraph = { version = "*", features = ["serde-1"] }