Improve and use macro for parsing dictionaries

This commit is contained in:
hal8174 2025-08-11 19:13:50 +02:00
parent d6662da7b9
commit 63a210b8b4
Signed by: hal8174
SSH key fingerprint: SHA256:NN98ZYwnrreQLSOV/g+amY7C3yL/mS1heD7bi5t6PPw
3 changed files with 202 additions and 226 deletions

View file

@ -12,7 +12,7 @@ fn main() -> Result<(), miette::Error> {
let t = parse_pbrt_v4(args.filename)?;
// dbg!(t);
dbg!(t);
Ok(())
}