summaryrefslogtreecommitdiffstats
path: root/src/ast/nodes/AtomNode.java
Commit message (Collapse)AuthorAgeFilesLines
* left, right = 1, 2 assignment coveredgeno2024-06-271-5/+17
| | | | sfaccimm ho fatto refactoring dell exprlist
* minor changesgeno2024-06-271-2/+4
|
* remove duplicatesgeno2024-06-271-1/+1
|
* Fixed a lot of problems from all the progs we need to parseL0P0P2024-06-271-10/+17
|
* exercise 1 completedgeno2024-06-261-3/+3
| | | | | 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-3/+6
|
* Using childL0P0P2024-06-261-1/+1
|
* check semantic of defined and undefined variables implementedgeno2024-06-251-13/+18
| | | | | do not check for built-in function works on the example
* wipSanto Cariotti2024-06-251-2/+20
|
* Package refactoring to avoid verbose paths (#4)Emanuele Grasso2024-06-241-4/+4
|
* Set up visitor (#3)Santo Cariotti2024-06-131-0/+45
Co-authored-by: geno <gabriele.genovese2@studio.unibo.it>