ahmetozdemirrr / alanc

Compiler of A Programming Language
GNU General Public License v3.0
5 stars 2 forks source link

Symbol Table For Variables #3

Open ahmetozdemirrr opened 3 weeks ago

ahmetozdemirrr commented 3 weeks ago

For now, the linked-list data structure is being used, which may result in performance degradation. In the future we will keep the symbol table with linked-list until an alternative is found.