admeeer / 405-compiler

A compiler.
2 stars 0 forks source link

The SymbolTable SymbolValue should be a union of structs that contain relevant data based on the SymbolType #26

Closed admeeer closed 1 year ago

admeeer commented 1 year ago

The SymbolTable SymbolValue should be a union of structs based on different rules (variable, function, etc) that contain relevant data based on the SymbolType.

admeeer commented 1 year ago

Fixed with #46