summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Correct a typing bug in multiple inheritance (all virtual instances in ↵Alex AUVOLAT2014-01-101-38/+40
| | | | parents must be updated when virtual method is redefined.)
* Beautify code...Alex AUVOLAT2014-01-101-51/+72
|
* Reject redefinition of virtual methods with different return type.Alex AUVOLAT2014-01-091-4/+6
|
* Added tests for multiple inheritance.Alex AUVOLAT2014-01-081-24/+28
|
* Merge branch 'master' into codegen-alexAlex AUVOLAT2014-01-072-1/+1
|\
| * Reject casts from **A to **B, even if B is a superclass of A.Alex AUVOLAT2014-01-071-0/+1
| |
| * Delete test.cppAlex AUVOLAT2014-01-061-1/+0
| |
* | Nothing, use { x with ... }Alex AUVOLAT2014-01-061-13/+10
| |
* | Merge branch 'master' into codegen-alexAlex AUVOLAT2014-01-061-49/+29
|\| | | | | | | | | Conflicts: src/typing.ml
| * Use { x with ... }, excellent !Alex AUVOLAT2014-01-061-49/+29
| |
* | Update makefileAlex AUVOLAT2014-01-051-1/+1
| |
* | Handle EQIdent properlAlex AUVOLAT2014-01-051-2/+6
| |
* | Merge branch 'master' into codegen-alexAlex AUVOLAT2014-01-053-5/+37
|\| | | | | | | | | Conflicts: src/Makefile
| * Handle EQIdent (expressions such as A::x and A::f(x, y)Alex AUVOLAT2014-01-053-4/+36
| |
* | Merge branch 'master' into codegen-alexAlex AUVOLAT2014-01-051-2/+1
|\|
| * Makefile updateAlex AUVOLAT2014-01-051-2/+1
| |
* | Fuck yeah all tests pass.Alex AUVOLAT2013-12-264-106/+173
| |
* | Begin code generation (many bugs...)Alex AUVOLAT2013-12-256-66/+409
|/
* correct testing scriptAlex AUVOLAT2013-12-251-2/+2
|
* Implémentation de l'héritage multiple (au niveau du typage)Alex AUVOLAT2013-12-208-144/+197
|
* Tab to spacesAlex AUVOLAT2013-12-171-131/+131
|
* Transforme tabs en espacesAlex AUVOLAT2013-12-171-491/+491
|
* Abandon de l'héritage multiple ; héritage simple mis en place.Alex AUVOLAT2013-12-165-119/+202
|
* Corrected parsing bug ; give unique identifiers to functions.Alex AUVOLAT2013-12-162-18/+46
|
* Correct error message error.Alex AUVOLAT2013-12-101-1/+1
|
* Many things. Remains : inheritance.Alex AUVOLAT2013-12-103-102/+105
|
* Added rudimentary support for typing class-using expressions ; bug corrections.Alex AUVOLAT2013-12-093-132/+352
|
* CleanupAlex AUVOLAT2013-12-091-4/+4
|
* Corrected many bugs, improved error reporting.Alex AUVOLAT2013-12-066-100/+139
|
* Messages d'erreur plus explicites.Alex AUVOLAT2013-12-051-17/+22
|
* Meilleur module MipsAlex AUVOLAT2013-12-052-226/+425
|
* Meilleur gestion des erreurs.Alex AUVOLAT2013-12-054-70/+70
|
* Added tests, corrected two failed tests.Alex AUVOLAT2013-12-055-78/+16
|
* Rien.Alex AUVOLAT2013-12-051-0/+2
|
* Début du typage des expressions.Levis2013-12-054-7/+588
|
* Conform to specificationAlex AUVOLAT2013-11-272-5/+20
|
* Fixed a line-counting bug with short comments.Alex AUVOLAT2013-11-261-1/+1
|
* Added localisation for expressions and statements.Alex AUVOLAT2013-11-253-26/+74
|
* Corrected a pretty-printing bug.Alex AUVOLAT2013-11-211-1/+1
|
* Corrected parsing problem...Alex AUVOLAT2013-11-191-6/+6
|
* Finished parser (all tests pass!)Alex AUVOLAT2013-11-165-39/+195
|
* Functionning parser with no conflicts! No support for classes and OOP yet.Alex AUVOLAT2013-11-165-35/+91
|
* Started parser anewAlex AUVOLAT2013-11-166-267/+254
|
* Imported MIPS ASM definitions and more docs.Alex AUVOLAT2013-11-145-33/+401
|
* Nothing interesting to see yet.Alex AUVOLAT2013-11-106-0/+435