Add all levels

This commit is contained in:
2026-05-21 23:36:25 +03:00
parent abc0fa7784
commit 250c326c92
2 changed files with 14 additions and 6 deletions

View File

@@ -93,5 +93,11 @@ pub fn registry() -> Vec<Box<dyn Level>> {
Box::new(l03_dict::Dict),
Box::new(l04_list::List),
Box::new(l05_dict_list::DictList),
Box::new(l06_anchors::Anchors),
Box::new(l07_complex::Complex),
Box::new(l08_tags::Tags),
Box::new(l09_operators::Operators),
Box::new(l10_dynamic::Dynamic),
Box::new(l11_adv_anchors::AdvAnchors),
]
}