summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/ArglistNode.java
Commit message (Collapse)AuthorAgeFilesLines
* Code generation (#20)Geno2024-07-111-7/+8
| | | | 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>
* fix build error in CIgeno2024-06-301-1/+2
|
* fixed warnings, better formatting, final added where possiblegeno2024-06-301-3/+2
|
* fixed comp_for and added reseved word typegeno2024-06-271-18/+20
|
* minor changesgeno2024-06-271-3/+2
|
* Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-271-3/+14
|
* exercise 1 completedgeno2024-06-261-4/+8
| | | | | 1.b now works 1.c implened error for "function takes N positional arguments but M were given"
* Semantic check for function declaration and function invocationL0P0P2024-06-261-2/+12
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+53
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>