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

@@ -14,6 +14,7 @@
#![feature(decl_macro)]
pub use ast::*;
pub use ast_impl::weight_of::WeightOf;
pub mod ast;
pub mod ast_impl;