summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/DottedNameNode.java
Commit message (Collapse)AuthorAgeFilesLines
* 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-1/+2
|
* Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-271-1/+5
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+51
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>