summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-07-18removed unused inputmainL0P0P
2024-07-18fixed: R.get returning nullgeno
2024-07-18codegen while implemented, test addedgeno
2024-07-17fixed: counter not incrementing if the operation is an atomgeno
2024-07-16local.py test addedgeno
2024-07-14fixgeno
2024-07-14fix: subi instead of pop in returnstmtNodegeno
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-30Merge pull request #10 from boozec/check-semanticsSanto Cariotti
2024-06-30fix build error in CIgeno
2024-06-30fixed warnings, better formatting, final added where possiblegeno
2024-06-29Fixed some warningsL0P0P
2024-06-28resolving all the comments santo madegeno
2024-06-28Update src/ast/Python3VisitorImpl.java Geno
2024-06-28Update src/ast/Python3VisitorImpl.java Geno
2024-06-27Restore progs folderSanto Cariotti
2024-06-27Uncommented test filesSanto Cariotti
2024-06-27Remove semantic error for `'x' is not a function`Santo Cariotti
2024-06-27Fix trailer with parentheeses `for (key, val) in ...`Santo Cariotti
2024-06-27fix additional useless errorsgeno
2024-06-27fixed comp_for and added reseved word typegeno
2024-06-27Fix `for` loop for 1+ paramsSanto Cariotti
2024-06-27left, right = 1, 2 assignment coveredgeno
2024-06-27minor changesgeno
2024-06-27remove duplicatesgeno
2024-06-27Merge branch 'main' into check-semanticsEmanuele Grasso
2024-06-27Fixed a lot of problems from all the progs we need to parseL0P0P
2024-06-27Execute file with python file as argument (#14)Santo Cariotti
2024-06-26test dir added, fix bug in ExprNode (added by myself obv)geno
2024-06-26exercise 1 completedgeno
2024-06-26Introduction to recursive functionL0P0P
2024-06-26Semantic check for function declaration and function invocationL0P0P
2024-06-26Using childL0P0P
2024-06-26Ignored .antlr folderL0P0P
2024-06-25check semantic of defined and undefined variables implementedgeno
2024-06-25Fixed import problemsL0P0P
2024-06-25wipSanto Cariotti
2024-06-24Package refactoring to avoid verbose paths (#4)Emanuele Grasso
2024-06-13Set up visitor (#3)Santo Cariotti
2024-06-04Refactor using package `com.clp.project` (#1)Santo Cariotti
2024-06-04Add Visitor (#2)Santo Cariotti
2024-05-28Remove linter and precommitSanto Cariotti
2024-05-28ci: add lintSanto Cariotti
2024-05-28Add pre-commitSanto Cariotti
2024-05-28FormatSanto Cariotti
2024-05-28update readme and gitignoregeno
2024-05-28updated readme and added exercisesgeno