summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/FuncdefNode.java
Commit message (Collapse)AuthorAgeFilesLines
* fixed warnings, better formatting, final added where possiblegeno2024-06-301-5/+6
|
* exercise 1 completedgeno2024-06-261-3/+7
| | | | | 1.b now works 1.c implened error for "function takes N positional arguments but M were given"
* Introduction to recursive functionL0P0P2024-06-261-0/+2
|
* Semantic check for function declaration and function invocationL0P0P2024-06-261-1/+4
|
* Using childL0P0P2024-06-261-0/+1
|
* Fixed import problemsL0P0P2024-06-251-1/+1
|
* wipSanto Cariotti2024-06-251-1/+11
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+63
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>