Skip to content
Snippets Groups Projects
Unverified Commit 6e2be21b authored by Nora Abi Akar's avatar Nora Abi Akar Committed by GitHub
Browse files

Modcc: modify semantic passes (#932)

- Reset the error of the semantic pass of an expression at the start of the function call. 
- Check the errors of sub-expressions after applying to them their semantic passes, and report errors if found. If the error could disrupt the rest of the original semantic pass, return.
- Check errors in functions/procedures before and after inlining, but not during. 

Fixes #931 
parent ec1f7520
No related branches found
No related tags found
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment