Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Beautify code... | Alex AUVOLAT | 2014-01-10 | 1 | -51/+72 |
| | |||||
* | Reject redefinition of virtual methods with different return type. | Alex AUVOLAT | 2014-01-09 | 1 | -4/+6 |
| | |||||
* | Added tests for multiple inheritance. | Alex AUVOLAT | 2014-01-08 | 1 | -24/+28 |
| | |||||
* | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-07 | 2 | -1/+1 |
|\ | |||||
| * | Reject casts from **A to **B, even if B is a superclass of A. | Alex AUVOLAT | 2014-01-07 | 1 | -0/+1 |
| | | |||||
| * | Delete test.cpp | Alex AUVOLAT | 2014-01-06 | 1 | -1/+0 |
| | | |||||
* | | Nothing, use { x with ... } | Alex AUVOLAT | 2014-01-06 | 1 | -13/+10 |
| | | |||||
* | | 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 |
| | | |||||
* | | Update makefile | Alex AUVOLAT | 2014-01-05 | 1 | -1/+1 |
| | | |||||
* | | Handle EQIdent properl | Alex AUVOLAT | 2014-01-05 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-05 | 3 | -5/+37 |
|\| | | | | | | | | | Conflicts: src/Makefile | ||||
| * | Handle EQIdent (expressions such as A::x and A::f(x, y) | Alex AUVOLAT | 2014-01-05 | 3 | -4/+36 |
| | | |||||
* | | Merge branch 'master' into codegen-alex | Alex AUVOLAT | 2014-01-05 | 1 | -2/+1 |
|\| | |||||
| * | Makefile update | Alex AUVOLAT | 2014-01-05 | 1 | -2/+1 |
| | | |||||
* | | Fuck yeah all tests pass. | Alex AUVOLAT | 2013-12-26 | 4 | -106/+173 |
| | | |||||
* | | Begin code generation (many bugs...) | Alex AUVOLAT | 2013-12-25 | 6 | -66/+409 |
|/ | |||||
* | correct testing script | Alex AUVOLAT | 2013-12-25 | 1 | -2/+2 |
| | |||||
* | Implémentation de l'héritage multiple (au niveau du typage) | Alex AUVOLAT | 2013-12-20 | 8 | -144/+197 |
| | |||||
* | Tab to spaces | Alex AUVOLAT | 2013-12-17 | 1 | -131/+131 |
| | |||||
* | 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 | 5 | -119/+202 |
| | |||||
* | Corrected parsing bug ; give unique identifiers to functions. | Alex AUVOLAT | 2013-12-16 | 2 | -18/+46 |
| | |||||
* | Correct error message error. | Alex AUVOLAT | 2013-12-10 | 1 | -1/+1 |
| | |||||
* | Many things. Remains : inheritance. | Alex AUVOLAT | 2013-12-10 | 3 | -102/+105 |
| | |||||
* | Added rudimentary support for typing class-using expressions ; bug corrections. | Alex AUVOLAT | 2013-12-09 | 3 | -132/+352 |
| | |||||
* | Cleanup | Alex AUVOLAT | 2013-12-09 | 1 | -4/+4 |
| | |||||
* | Corrected many bugs, improved error reporting. | Alex AUVOLAT | 2013-12-06 | 6 | -100/+139 |
| | |||||
* | Messages d'erreur plus explicites. | Alex AUVOLAT | 2013-12-05 | 1 | -17/+22 |
| | |||||
* | Meilleur module Mips | Alex AUVOLAT | 2013-12-05 | 2 | -226/+425 |
| | |||||
* | Meilleur gestion des erreurs. | Alex AUVOLAT | 2013-12-05 | 4 | -70/+70 |
| | |||||
* | Added tests, corrected two failed tests. | Alex AUVOLAT | 2013-12-05 | 5 | -78/+16 |
| | |||||
* | Rien. | Alex AUVOLAT | 2013-12-05 | 1 | -0/+2 |
| | |||||
* | Début du typage des expressions. | Levis | 2013-12-05 | 4 | -7/+588 |
| | |||||
* | Conform to specification | Alex AUVOLAT | 2013-11-27 | 2 | -5/+20 |
| | |||||
* | Fixed a line-counting bug with short comments. | Alex AUVOLAT | 2013-11-26 | 1 | -1/+1 |
| | |||||
* | Added localisation for expressions and statements. | Alex AUVOLAT | 2013-11-25 | 3 | -26/+74 |
| | |||||
* | Corrected a pretty-printing bug. | Alex AUVOLAT | 2013-11-21 | 1 | -1/+1 |
| | |||||
* | Corrected parsing problem... | Alex AUVOLAT | 2013-11-19 | 1 | -6/+6 |
| | |||||
* | Finished parser (all tests pass!) | Alex AUVOLAT | 2013-11-16 | 5 | -39/+195 |
| | |||||
* | Functionning parser with no conflicts! No support for classes and OOP yet. | Alex AUVOLAT | 2013-11-16 | 5 | -35/+91 |
| | |||||
* | Started parser anew | Alex AUVOLAT | 2013-11-16 | 6 | -267/+254 |
| | |||||
* | Imported MIPS ASM definitions and more docs. | Alex AUVOLAT | 2013-11-14 | 5 | -33/+401 |
| | |||||
* | Nothing interesting to see yet. | Alex AUVOLAT | 2013-11-10 | 6 | -0/+435 |