summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed the print of the ast and some warnings (#19)Emanuele Grasso2024-07-0626-54/+43
* Merge pull request #10 from boozec/check-semanticsSanto Cariotti2024-06-3051-1343/+1180
|\
| * fix build error in CIgeno2024-06-301-1/+2
| * fixed warnings, better formatting, final added where possiblegeno2024-06-3041-129/+136
| * Fixed some warningsL0P0P2024-06-294-4/+5
| * resolving all the comments santo madegeno2024-06-2810-47/+98
| * Update src/ast/Python3VisitorImpl.java Geno2024-06-281-4/+3
| * Update src/ast/Python3VisitorImpl.java Geno2024-06-281-3/+3
| * Restore progs folderSanto Cariotti2024-06-2710-19/+34
| * Uncommented test filesSanto Cariotti2024-06-278-97/+91
| * Remove semantic error for `'x' is not a function`Santo Cariotti2024-06-271-6/+2
| * Fix trailer with parentheeses `for (key, val) in ...`Santo Cariotti2024-06-271-1/+4
| * fix additional useless errorsgeno2024-06-271-8/+9
| * fixed comp_for and added reseved word typegeno2024-06-278-30/+213
| * Fix `for` loop for 1+ paramsSanto Cariotti2024-06-273-8/+25
| * left, right = 1, 2 assignment coveredgeno2024-06-278-122/+262
| * minor changesgeno2024-06-273-12/+11
| * remove duplicatesgeno2024-06-274-3/+47
| * Merge branch 'main' into check-semanticsEmanuele Grasso2024-06-271-14/+8
| |\ | |/ |/|
* | Execute file with python file as argument (#14)Santo Cariotti2024-06-271-15/+9
| * Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-2723-250/+336
| * test dir added, fix bug in ExprNode (added by myself obv)geno2024-06-267-9/+22
| * exercise 1 completedgeno2024-06-2616-42/+116
| * Introduction to recursive functionL0P0P2024-06-263-5/+18
| * Semantic check for function declaration and function invocationL0P0P2024-06-268-27/+59
| * Using childL0P0P2024-06-267-47/+46
| * Ignored .antlr folderL0P0P2024-06-264-970/+2
| * check semantic of defined and undefined variables implementedgeno2024-06-256-45/+140
| * Fixed import problemsL0P0P2024-06-253-3/+5
| * wipSanto Cariotti2024-06-259-32/+72
|/
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-2444-137/+123
* Set up visitor (#3)Santo Cariotti2024-06-1343-41/+2188
* Refactor using package `com.clp.project` (#1)Santo Cariotti2024-06-0422-9/+1016
* Add Visitor (#2)Santo Cariotti2024-06-046-1284/+1663
* Remove linter and precommitSanto Cariotti2024-05-282-46/+0
* ci: add lintSanto Cariotti2024-05-281-0/+16
* Add pre-commitSanto Cariotti2024-05-281-0/+30
* FormatSanto Cariotti2024-05-288-4386/+5752
* update readme and gitignoregeno2024-05-282-0/+8
* updated readme and added exercisesgeno2024-05-285-3/+113
* InitSanto Cariotti2024-05-28997-0/+12401