summaryrefslogtreecommitdiffstats
path: root/src/ast/types
Commit message (Collapse)AuthorAgeFilesLines
* Reaching definition analysis (#17)Emanuele Grasso2024-07-141-0/+5
| | | | | 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-112-3/+24
| | | | Co-authored-by: geno <gabrigeno@gmail> Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* fixed warnings, better formatting, final added where possiblegeno2024-06-3010-10/+22
|
* resolving all the comments santo madegeno2024-06-281-4/+5
|
* fixed comp_for and added reseved word typegeno2024-06-272-2/+18
|
* Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-272-0/+21
|
* exercise 1 completedgeno2024-06-261-0/+27
| | | | | 1.b now works 1.c implened error for "function takes N positional arguments but M were given"
* check semantic of defined and undefined variables implementedgeno2024-06-251-0/+6
| | | | | do not check for built-in function works on the example
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-246-9/+9
|
* Set up visitor (#3)Santo Cariotti2024-06-136-0/+92
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>