Skip to content

Symbol Table Populate

Past due by about 1 month 0% complete

With the parser done and the ast populating correctly, it's time to move on to symbol tables. These collection of issues involve stepping through the ast multiple times over to validate more complex syntax and logical semantics, as well as type checking all user defined values and operations.

Loading