b6d1d41c8bd02a998dfc43f4d107d4c559aff944
This commit replaces the `lazy_static` crate with `std::sync::OnceLock`. This removes an external dependency and utilizes a standard library feature for lazy initialization. Additionally, a benchmark regression test has been added to `src/ast/tester.rs`.
Description
No description provided
Languages
Rust
100%