Tidy, tidy, tidy.

This commit is contained in:
2025-11-05 21:30:03 -08:00
parent 7bd242a641
commit 05d7284551
8 changed files with 723 additions and 537 deletions

View File

@@ -12,3 +12,4 @@ pub use crate::syntax::error::ParserError;
pub use ast::*;
pub use location::{Located, Location};
pub use name::Name;
pub use universe::*;