mhorod / cacophony

Repo for epic compiler project made for Compilers course on TCS, JU
7 stars 0 forks source link

minor changes in AST generation - used reflection #104

Closed SebastianSpyrzewski closed 1 week ago

SebastianSpyrzewski commented 1 week ago

Changed the way of generating AST classes corresponding to operators - we are using reflection now, so adding another operator should not require changes in ASTGeneration.kt.

Also deleted file Hierarchy.kt, as it probably won't be useful anymore.