summaryrefslogtreecommitdiffstats
path: root/src/ast/Python3VisitorImpl.java
Commit message (Collapse)AuthorAgeFilesLines
* codegen while implemented, test addedgeno2024-07-181-2/+0
|
* fixed: counter not incrementing if the operation is an atomgeno2024-07-171-3/+7
|
* Reaching definition analysis (#17)Emanuele Grasso2024-07-141-41/+306
| | | | | Co-authored-by: Santo Cariotti <santo@dcariotti.me> Co-authored-by: geno <gabriele.genovese2@studio.unibo.it> Co-authored-by: geno <gabrigeno@gmail.com>
* Code generation (#20)Geno2024-07-111-10/+22
| | | | Co-authored-by: geno <gabrigeno@gmail> Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* resolving all the comments santo madegeno2024-06-281-8/+11
|
* Update src/ast/Python3VisitorImpl.java Geno2024-06-281-4/+3
| | | | | suggested by santo Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* Update src/ast/Python3VisitorImpl.java Geno2024-06-281-3/+3
| | | | | suggested by santo Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* fixed comp_for and added reseved word typegeno2024-06-271-2/+42
|
* left, right = 1, 2 assignment coveredgeno2024-06-271-104/+88
| | | | sfaccimm ho fatto refactoring dell exprlist
* Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-271-3/+27
|
* Using childL0P0P2024-06-261-18/+22
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-7/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+530
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>