Closed admeeer closed 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.
Fixed with #46
The SymbolTable SymbolValue should be a union of structs based on different rules (variable, function, etc) that contain relevant data based on the SymbolType.