summaryrefslogtreecommitdiffstats
path: root/src/semanticanalysis/SymbolTable.java
Commit message (Expand)AuthorAgeFilesLines
* Code generation (#20)Geno2024-07-111-3/+21
* Fixed the print of the ast and some warnings (#19)Emanuele Grasso2024-07-061-2/+2
* 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
* 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