branch_tier.cpp

This commit is contained in:
Antonio SJ Musumeci 2024-01-28 23:24:03 -06:00
parent 1350e9d1db
commit 7f188be486

View File

@ -28,7 +28,7 @@ BranchTier::BranchTier(toml::value const &v_)
type = table.at("type").as_string();
if(type == "literal")
;
load_literal_branch(table);
else if(type == "glob")
;
else if(type == "scan")