summaryrefslogtreecommitdiffstats
path: root/src/semanticanalysis/SymbolTable.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the print of the ast and some warnings (#19)Emanuele Grasso2024-07-061-2/+2
| | | Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* fixed warnings, better formatting, final added where possiblegeno2024-06-301-14/+6
|
* 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-261-0/+15
|
* 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-241-3/+2
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+153
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>