summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/ExprNode.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the print of the ast and some warnings (#19)Emanuele Grasso2024-07-061-10/+13
| | | Co-authored-by: Santo Cariotti <santo@dcariotti.me>
* fixed warnings, better formatting, final added where possiblegeno2024-06-301-6/+6
|
* resolving all the comments santo madegeno2024-06-281-2/+12
|
* Remove semantic error for `'x' is not a function`Santo Cariotti2024-06-271-6/+2
| | | | It's useless
* Fix `for` loop for 1+ paramsSanto Cariotti2024-06-271-1/+10
|
* minor changesgeno2024-06-271-7/+5
|
* Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-271-84/+30
|
* test dir added, fix bug in ExprNode (added by myself obv)geno2024-06-261-0/+2
|
* exercise 1 completedgeno2024-06-261-13/+32
| | | | | 1.b now works 1.c implened error for "function takes N positional arguments but M were given"
* Semantic check for function declaration and function invocationL0P0P2024-06-261-19/+12
|
* Using childL0P0P2024-06-261-1/+3
|
* check semantic of defined and undefined variables implementedgeno2024-06-251-20/+101
| | | | | do not check for built-in function works on the example
* wipSanto Cariotti2024-06-251-1/+8
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+90
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>