summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/RootNode.java
Commit message (Collapse)AuthorAgeFilesLines
* fixed warnings, better formatting, final added where possiblegeno2024-06-301-2/+2
|
* Using childL0P0P2024-06-261-16/+11
|
* check semantic of defined and undefined variables implementedgeno2024-06-251-4/+4
| | | | | do not check for built-in function works on the example
* Fixed import problemsL0P0P2024-06-251-2/+1
|
* wipSanto Cariotti2024-06-251-2/+10
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+64
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>