index
:
LPC-Projet.git
master
Projet de Langages de Programmation et Compilation
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
typing.ml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'codegen-alex' into codegen-alex-opt
Alex AUVOLAT
2014-01-08
1
-24
/
+28
|
\
|
*
Added tests for multiple inheritance.
Alex AUVOLAT
2014-01-08
1
-24
/
+28
|
*
Merge branch 'master' into codegen-alex
Alex AUVOLAT
2014-01-07
1
-0
/
+1
|
|
\
*
|
\
Merge branch 'master' into codegen-alex-opt
Alex AUVOLAT
2014-01-07
1
-0
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Reject casts from **A to **B, even if B is a superclass of A.
Alex AUVOLAT
2014-01-07
1
-0
/
+1
*
|
|
Merge branch 'codegen-alex' into codegen-alex-opt
Alex AUVOLAT
2014-01-06
1
-49
/
+29
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Merge branch 'master' into codegen-alex
Alex AUVOLAT
2014-01-06
1
-49
/
+29
|
|
\
|
|
|
*
Use { x with ... }, excellent !
Alex AUVOLAT
2014-01-06
1
-49
/
+29
*
|
|
Merge branch 'codegen-alex' into codegen-alex-opt
Alex AUVOLAT
2014-01-05
1
-2
/
+37
|
\
|
|
|
*
|
Handle EQIdent properl
Alex AUVOLAT
2014-01-05
1
-2
/
+6
|
*
|
Merge branch 'master' into codegen-alex
Alex AUVOLAT
2014-01-05
1
-2
/
+33
|
|
\
|
|
|
*
Handle EQIdent (expressions such as A::x and A::f(x, y)
Alex AUVOLAT
2014-01-05
1
-2
/
+33
*
|
|
Optimize : use regs for argument passing. Still has bugs.
Alex AUVOLAT
2013-12-27
1
-3
/
+3
*
|
|
Optimization.
Alex AUVOLAT
2013-12-26
1
-1
/
+13
|
/
/
*
|
Fuck yeah all tests pass.
Alex AUVOLAT
2013-12-26
1
-40
/
+88
*
|
Begin code generation (many bugs...)
Alex AUVOLAT
2013-12-25
1
-24
/
+27
|
/
*
Implémentation de l'héritage multiple (au niveau du typage)
Alex AUVOLAT
2013-12-20
1
-67
/
+102
*
Transforme tabs en espaces
Alex AUVOLAT
2013-12-17
1
-491
/
+491
*
Abandon de l'héritage multiple ; héritage simple mis en place.
Alex AUVOLAT
2013-12-16
1
-97
/
+166
*
Corrected parsing bug ; give unique identifiers to functions.
Alex AUVOLAT
2013-12-16
1
-16
/
+45
*
Correct error message error.
Alex AUVOLAT
2013-12-10
1
-1
/
+1
*
Many things. Remains : inheritance.
Alex AUVOLAT
2013-12-10
1
-99
/
+102
*
Added rudimentary support for typing class-using expressions ; bug corrections.
Alex AUVOLAT
2013-12-09
1
-127
/
+348
*
Cleanup
Alex AUVOLAT
2013-12-09
1
-4
/
+4
*
Corrected many bugs, improved error reporting.
Alex AUVOLAT
2013-12-06
1
-90
/
+110
*
Messages d'erreur plus explicites.
Alex AUVOLAT
2013-12-05
1
-17
/
+22
*
Meilleur gestion des erreurs.
Alex AUVOLAT
2013-12-05
1
-66
/
+47
*
Added tests, corrected two failed tests.
Alex AUVOLAT
2013-12-05
1
-6
/
+1
*
Début du typage des expressions.
Levis
2013-12-05
1
-0
/
+393