summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/AssignmentNode.java
Commit message (Collapse)AuthorAgeFilesLines
* feat: clear stack before haltgeno2024-07-111-1/+3
|
* Code generation (#20)Geno2024-07-111-17/+48
| | | | Co-authored-by: geno <gabrigeno@gmail> Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* Fixed the print of the ast and some warnings (#19)Emanuele Grasso2024-07-061-1/+1
| | | Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* fixed warnings, better formatting, final added where possiblegeno2024-06-301-7/+6
|
* Fixed some warningsL0P0P2024-06-291-1/+3
|
* fix additional useless errorsgeno2024-06-271-8/+9
|
* left, right = 1, 2 assignment coveredgeno2024-06-271-5/+16
| | | | sfaccimm ho fatto refactoring dell exprlist
* exercise 1 completedgeno2024-06-261-2/+2
| | | | | 1.b now works 1.c implened error for "function takes N positional arguments but M were given"
* wipSanto Cariotti2024-06-251-5/+7
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+52
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>