cl-ast: Estimate the "weight" of an AST, for debugging?

This commit is contained in:
2025-03-14 04:02:14 -05:00
parent 6d33c4baa9
commit cdb9ec49fe
3 changed files with 603 additions and 0 deletions

View File

@@ -4,3 +4,5 @@ use super::*;
mod convert;
mod display;
mod path;
pub(crate) mod weight_of;