summaryrefslogtreecommitdiffstats
path: root/src/semanticanalysis
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-271-1/+0
|
* Semantic check for function declaration and function invocationL0P0P2024-06-262-0/+21
|
* check semantic of defined and undefined variables implementedgeno2024-06-251-7/+10
| | | | | do not check for built-in function works on the example
* wipSanto Cariotti2024-06-251-4/+5
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-243-6/+5
|
* Set up visitor (#3)Santo Cariotti2024-06-133-0/+224
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>