Add all levels
This commit is contained in:
@@ -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),
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user