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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove semantic error for `'x' is not a function`
Santo Cariotti
2024-06-27
1
-6
/
+2
*
Fix trailer with parentheeses `for (key, val) in ...`
Santo Cariotti
2024-06-27
1
-1
/
+4
*
fix additional useless errors
geno
2024-06-27
1
-8
/
+9
*
fixed comp_for and added reseved word type
geno
2024-06-27
8
-30
/
+213
*
Fix `for` loop for 1+ params
Santo Cariotti
2024-06-27
3
-8
/
+25
*
left, right = 1, 2 assignment covered
geno
2024-06-27
7
-122
/
+249
*
minor changes
geno
2024-06-27
3
-12
/
+11
*
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
13
-106
/
+219
*
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
14
-38
/
+109
*
Introduction to recursive function
L0P0P
2024-06-26
2
-0
/
+17
*
Semantic check for function declaration and function invocation
L0P0P
2024-06-26
5
-26
/
+35
*
Using child
L0P0P
2024-06-26
6
-43
/
+42
*
check semantic of defined and undefined variables implemented
geno
2024-06-25
4
-37
/
+129
*
Fixed import problems
L0P0P
2024-06-25
3
-3
/
+5
*
wip
Santo Cariotti
2024-06-25
7
-12
/
+64
*
Package refactoring to avoid verbose paths (#4)
Emanuele Grasso
2024-06-24
29
-109
/
+99
*
Set up visitor (#3)
Santo Cariotti
2024-06-13
29
-0
/
+1876