summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/BlockNode.java
Commit message (Collapse)AuthorAgeFilesLines
* Reaching definition analysis (#17)Emanuele Grasso2024-07-141-2/+12
| | | | | 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-2/+13
| | | | 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-6/+4
|
* Introduction to recursive functionL0P0P2024-06-261-0/+15
|
* Using childL0P0P2024-06-261-7/+4
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-5/+3
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+38
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>