summaryrefslogtreecommitdiffstats
path: root/src/ast
Commit message (Collapse)AuthorAgeFilesLines
* Introduction to recursive functionL0P0P2024-06-262-0/+17
|
* Semantic check for function declaration and function invocationL0P0P2024-06-265-26/+35
|
* Using childL0P0P2024-06-266-43/+42
|
* check semantic of defined and undefined variables implementedgeno2024-06-254-37/+129
| | | | | do not check for built-in function works on the example
* Fixed import problemsL0P0P2024-06-253-3/+5
|
* wipSanto Cariotti2024-06-257-12/+64
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-2429-109/+99
|
* Set up visitor (#3)Santo Cariotti2024-06-1329-0/+1876
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>