Closed martin-azpillaga closed 4 years ago
Currently, the parsed model is traversed twice. First for detecting all functions and components and then for actual validation.
A single pass validation is theoretically possible if the constraint checking (undefined and redefined symbols) is deferred for after the pass.
Currently, the parsed model is traversed twice. First for detecting all functions and components and then for actual validation.
A single pass validation is theoretically possible if the constraint checking (undefined and redefined symbols) is deferred for after the pass.