summaryrefslogtreecommitdiff
path: root/src/ast/nodes/AssignmentNode.java
AgeCommit message (Expand)Author
2024-07-14Reaching definition analysis (#17)Emanuele Grasso
2024-07-11feat: clear stack before haltgeno
2024-07-11Code generation (#20)Geno
2024-07-06Fixed the print of the ast and some warnings (#19)Emanuele Grasso
2024-06-30fixed warnings, better formatting, final added where possiblegeno
2024-06-29Fixed some warningsL0P0P
2024-06-27fix additional useless errorsgeno
2024-06-27left, right = 1, 2 assignment coveredgeno
2024-06-26exercise 1 completedgeno
2024-06-25wipSanto Cariotti
2024-06-24Package refactoring to avoid verbose paths (#4)Emanuele Grasso
2024-06-13Set up visitor (#3)Santo Cariotti