You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ICD20 Homework 3 — Mini-Pascal Compiler This project constructs an Abstract Syntax Tree (AST), performs semantic analysis, and builds symbol tables for scoped variables using a linked list structure. It also demonstrates implementing inheritance-like behavior in C.