lua metaprogram: atom bundle support.

This commit is contained in:
ed
2026-08-21 10:13:32 -04:00
parent b2858b3c73
commit 1b950ab5b5
4 changed files with 144 additions and 4 deletions
+2
View File
@@ -77,6 +77,7 @@ local PASS_FLAG_DISPATCH_KEY = "__pass__" ---@type string
--- @field atom_phases table<string, AtomPhaseGroup>
--- @field word_counts WordCounts
--- @field components table<string, Component>
--- @field atom_bundles table<string, AtomBundle>|nil
--- @field collisions CorpusCollision[]
--- @field resolver SourceResolver
--- @field component_atom_infos AtomInfoEntry[]|nil
@@ -665,6 +666,7 @@ local function build_ctx(args)
atom_phases = {},
word_counts = {},
components = {},
atom_bundles = {},
collisions = {},
resolver = resolution.resolver,
}