Make rendering return Result, and handle infinite recursion

This commit is contained in:
Gregory Schier
2025-03-05 13:49:45 -08:00
parent 7a1a0689b0
commit fbf4d3c11e
25 changed files with 348 additions and 335 deletions

View File

@@ -1,6 +1,7 @@
pub mod format;
pub mod parser;
pub mod renderer;
pub mod error;
pub use parser::*;
pub use renderer::*;