feat(lexer): Add diagnostic and impl error recovering

This commit is contained in:
2026-05-08 22:54:46 +08:00
parent e8b50ae0d7
commit 63a2990826
12 changed files with 525 additions and 120 deletions
+1
View File
@@ -4,6 +4,7 @@ version = "0.1.0"
edition = "2024"
[dependencies]
codespan-reporting = "0.13.1"
num = "0.4.3"
regex = "1.12.3"
strum = { version = "0.28.0", features = ["derive"] }