refactor: extract parser module with muncher and for_loops submodules from main.rs

Move Stats processing methods into dedicated parser module with separate muncher and for_loops implementations, update .gitignore to exclude test_books directory, and simplify README to remove outdated benchmark instructions
This commit is contained in:
JestDotty
2025-10-04 13:18:03 +00:00
parent 305d2d5243
commit 93cf77cb96
6 changed files with 183 additions and 242 deletions
+1
View File
@@ -1,2 +1,3 @@
/target
/Cargo.lock
/test_books