JakobTopholt / P4-Unitino

SW4 project at AAU creating our own compiler
4 stars 0 forks source link

Clean up double usage of Id expressions #68

Open AleksanderRDL opened 1 year ago

AleksanderRDL commented 1 year ago

Right now each case checks if the expression is an Id expression and retrieves from there, however the Id expression case should itself be able to handle this. The reason it is not changed as of now is because i was not 100% sure it would not break something and time was ticking