Write initial code for parsing stats into chunks

This commit is contained in:
2025-06-13 21:55:21 -07:00
parent 979eeccfe8
commit bdb5650904
6 changed files with 133 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ mod preprocess;
mod world;
use anyhow::anyhow;
use labels::labels::print_labels;
use labels::parse::print_labels;
use preprocess::eval::Context;
use std::{env, error::Error, fs, path::PathBuf, process::exit};
use world::World;