Skip to content

mtread/Extended_Semantic_Analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project 4 – Extended Semantic Analyzer

This project expands the semantic analyzer to handle more complex rules, including:

  • Variable scope and duplicate declarations
  • Type mismatches in expressions and statements
  • Rules for lists, switch statements, and arithmetic operators
  • Detecting illegal narrowing conversions

The compiler produces detailed error messages after the line where each error occurs, helping catch both simple and advanced semantic issues.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors