Syntax Checker: Delegation
A delegation function was created to determine when an object was likely to be a task of sufficient size it should be sent to another process
if(SE_IsA[current_token][SE_LIBRARY_TOKEN])
else if((SE_IsA[current_token][SE_AGGREGATE_FEATURE_TOKEN] && (SE_IsA[parent_token][SE_AGGREGATE_FEATURE_TOKEN] || SE_IsA[parent_token][SE_ENVIRONMENT_ROOT_TOKEN])) && (level < global_max_feat_cutoff))
else if((SE_IsA[current_token][SE_AGGREGATE_GEOMETRY_TOKEN] && (SE_IsA[parent_token][SE_AGGREGATE_GEOMETRY_TOKEN] || SE_IsA[parent_token][SE_ENVIRONMENT_ROOT_TOKEN])) && (level < global_max_geom_cutoff))