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
/
AtomNode.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed the print of the ast and some warnings (#19)
Emanuele Grasso
2024-07-06
1
-1
/
+1
*
fixed warnings, better formatting, final added where possible
geno
2024-06-30
1
-1
/
+1
*
resolving all the comments santo made
geno
2024-06-28
1
-0
/
+4
*
Uncommented test files
Santo Cariotti
2024-06-27
1
-1
/
+3
*
fixed comp_for and added reseved word type
geno
2024-06-27
1
-4
/
+9
*
left, right = 1, 2 assignment covered
geno
2024-06-27
1
-5
/
+17
*
minor changes
geno
2024-06-27
1
-2
/
+4
*
remove duplicates
geno
2024-06-27
1
-1
/
+1
*
Fixed a lot of problems from all the progs we need to parse
L0P0P
2024-06-27
1
-10
/
+17
*
exercise 1 completed
geno
2024-06-26
1
-3
/
+3
*
Semantic check for function declaration and function invocation
L0P0P
2024-06-26
1
-3
/
+6
*
Using child
L0P0P
2024-06-26
1
-1
/
+1
*
check semantic of defined and undefined variables implemented
geno
2024-06-25
1
-13
/
+18
*
wip
Santo Cariotti
2024-06-25
1
-2
/
+20
*
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
/
+45