Macro processing factored into Orchid functions

This commit is contained in:
2025-01-08 01:34:40 +00:00
parent e780969c6c
commit 7cdfe7e3c4
36 changed files with 631 additions and 289 deletions

View File

@@ -9,8 +9,8 @@ edition = "2021"
ahash = "0.8.11"
derive_destructure = "1.0.0"
dyn-clone = "1.0.17"
hashbrown = "0.14.5"
itertools = "0.13.0"
hashbrown = "0.15.2"
itertools = "0.14.0"
konst = "0.3.9"
lazy_static = "1.5.0"
never = "0.1.0"