impl parser, ast, prettyprinter

This commit is contained in:
Jana Dönszelmann 2026-04-01 12:22:41 +02:00
parent 4ff52a2bd3
commit e3648ad8e6
No known key found for this signature in database
4 changed files with 581 additions and 0 deletions

10
Cargo.lock generated
View file

@ -1293,6 +1293,7 @@ dependencies = [
"serde_json",
"thiserror 2.0.18",
"tui-widget-list",
"winnow",
]
[[package]]
@ -2013,6 +2014,15 @@ dependencies = [
"windows-link",
]
[[package]]
name = "winnow"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09dac053f1cd375980747450bfc7250c264eaae0583872e845c0c7cd578872b5"
dependencies = [
"memchr",
]
[[package]]
name = "wit-bindgen"
version = "0.51.0"