The relaxed parsing option lets you verify a source file despite errors. Ordinarily, the parser stops at a statement when it encounters an error. Relaxed parsing tells the parser to continue to the next statement.
Use relaxed parsing when you are performing less rigorous analyses that do not need every statement to be modeled (estimating the complexity of an application written in an unsupported dialect, for example). Select Relaxed Parsing or Relaxed Parsing for Embedded Statements as appropriate on the Workspace Verification options Settings tab.