summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/ExprNode.java
Commit message (Collapse)AuthorAgeFilesLines
* check semantic of defined and undefined variables implementedgeno2024-06-251-20/+101
| | | | | do not check for built-in function works on the example
* wipSanto Cariotti2024-06-251-1/+8
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+90
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>