feat(lexer): Finish lexer parse and add tests
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "rusty-minic"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
num = "0.4.3"
|
||||
regex = "1.12.3"
|
||||
strum = { version = "0.28.0", features = ["derive"] }
|
||||
thiserror = "2.0.18"
|
||||
Reference in New Issue
Block a user