admeeer / 405-compiler

A compiler.
2 stars 0 forks source link

Fix symbol table error proccing when it shouldnt #29

Closed admeeer closed 1 year ago

admeeer commented 1 year ago

The WRITE rule should not check if a Symbol exists in the SymbolTable unless the Symbols AST NodeType is an identifier, which it now does