index
:
clp.git
main
A small Python compiler with optimizer written in Java
Ubuntu
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ast
/
nodes
/
ExprNode.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reaching definition analysis (#17)
Emanuele Grasso
2024-07-14
1
-19
/
+65
*
feat: clear stack before halt
geno
2024-07-11
1
-126
/
+126
*
Code generation (#20)
Geno
2024-07-11
1
-25
/
+329
*
Fixed the print of the ast and some warnings (#19)
Emanuele Grasso
2024-07-06
1
-10
/
+13
*
fixed warnings, better formatting, final added where possible
geno
2024-06-30
1
-6
/
+6
*
resolving all the comments santo made
geno
2024-06-28
1
-2
/
+12
*
Remove semantic error for `'x' is not a function`
Santo Cariotti
2024-06-27
1
-6
/
+2
*
Fix `for` loop for 1+ params
Santo Cariotti
2024-06-27
1
-1
/
+10
*
minor changes
geno
2024-06-27
1
-7
/
+5
*
Fixed a lot of problems from all the progs we need to parse
L0P0P
2024-06-27
1
-84
/
+30
*
test dir added, fix bug in ExprNode (added by myself obv)
geno
2024-06-26
1
-0
/
+2
*
exercise 1 completed
geno
2024-06-26
1
-13
/
+32
*
Semantic check for function declaration and function invocation
L0P0P
2024-06-26
1
-19
/
+12
*
Using child
L0P0P
2024-06-26
1
-1
/
+3
*
check semantic of defined and undefined variables implemented
geno
2024-06-25
1
-20
/
+101
*
wip
Santo Cariotti
2024-06-25
1
-1
/
+8
*
Package refactoring to avoid verbose paths (#4)
Emanuele Grasso
2024-06-24
1
-4
/
+4
*
Set up visitor (#3)
Santo Cariotti
2024-06-13
1
-0
/
+90