summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix trailer with parentheeses `for (key, val) in ...`Santo Cariotti2024-06-271-1/+4
| | | | Resolves test `a228.py`
* 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
| | | | sfaccimm ho fatto refactoring dell exprlist
* 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
| | | | | | | | | | 1.b now works 1.c implened error for "function takes N positional arguments but M were given"
* | 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
| | | | | | | | | | do not check for built-in function works on the example
* | 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
| | | Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>
* Refactor using package `com.clp.project` (#1)Santo Cariotti2024-06-0422-9/+1016
| | | Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>
* 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