Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-06 | 1 | -49/+29 |
|\ | | | | | | | | | Conflicts: src/typing.ml | ||||
| * | Use { x with ... }, excellent ! | Alex AUVOLAT | 2014-01-06 | 1 | -49/+29 |
| | | |||||
* | | 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 |
|\| | | | | | | | | | Conflicts: src/Makefile | ||||
| * | Handle EQIdent (expressions such as A::x and A::f(x, y) | Alex AUVOLAT | 2014-01-05 | 1 | -2/+33 |
| | | |||||
* | | 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 |