aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Collapse)AuthorFilesLines
1999-11-17fixed name conflict for ids in nested update transformationronny1-31/+31
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@56 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-17bug fix: no crash after detecting an overloading errorsjakie1-27/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@55 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-16bug fix: single unique selections of arrays adjustedsjakie1-10/+21
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@54 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-16allow operator names like .*pieter1-5/+7
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@53 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-16:: T = E.x Cons x T | Nilpieter1-5/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@52 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-15removed debugging outputsjakie1-4/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@51 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-15nothing serioussjakie1-10/+20
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@50 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-15bug fix: instance of < for Priority removed,sjakie3-27/+72
function determinePriority added git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@49 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-15bugfix in module transmartinw1-5/+9
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@48 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-12removed commentsjakie1-14/+11
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@47 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-12bug fixesmartinw4-65/+47
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@46 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-12minor bug fix, some code polishingsjakie5-307/+327
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@45 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-12vergeten, traces wegteheugenmartinw1-13/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@44 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-12bug fix in trans.iclmartinw3-21/+6
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@43 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-11extension: no longer necessary to repeat macros in icl-filesjakie2-34/+59
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@42 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-11bug fix: uniqueness inference (coerce in unitype)sjakie2-5/+9
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@41 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-10extension: not necessary to repeat definitions of dcl-module in icl-modulesjakie10-353/+284
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@40 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-09bug fix: missing alternative in 'instance distributeLets Selection'sjakie1-0/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@39 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-08minormartinw1-13/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@38 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-08bug fix: arity of imported function was incorrectsjakie1-1/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@37 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-05minor changesmartinw3-5/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@36 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-11-05fusion works now. The fusion switch in module typesupport is enabledmartinw12-623/+1132
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@35 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-29*** empty log message ***sjakie2-2/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@34 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-29Bugfix: types in cases and lets are adjusted according to the specified type.sjakie3-106/+83
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@33 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-28added new class "bind_and_unify_types" in module typesupportmartinw2-1/+101
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@32 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-27better error message for let!pieter1-2/+4
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@31 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-25minor change: comment removedsjakie1-15/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@30 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-25end of comment repaired to allow **/pieter1-0/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@29 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-20changed the CommandLoop back into the original versionsjakie1-14/+2
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@28 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-20No ideasjakie1-31/+14
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@27 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-20extension: improved error messages for uniqueness typessjakie1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@26 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-20extension: printing routine for types addedsjakie1-4/+5
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@25 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-20ExclamationToken is again a reserved sybol in every contextpieter1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@24 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-19improved printing routines for typessjakie1-1/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@23 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-19removed commentsjakie1-1/+0
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@22 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-19extension: improved error messages for uniqueness typessjakie1-123/+77
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@21 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-19extension: improved error messages for uniqueness typessjakie1-24/+84
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@20 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-19extension: improved error messages for uniqueness typessjakie4-13/+24
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@19 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-19*** empty log message ***sjakie1-3/+6
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@18 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-19Shit, ik heb geen zin om alles dubbel in te tikkensjakie1-3/+3
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@17 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-18lots of changes in module trans to make fusion work.martinw14-310/+1152
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@16 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-13cases in lets fixedpieter2-5/+9
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@15 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-12previous extension (updating types of case and let properly) didn't work ↵sjakie1-142/+80
with existentional types. Fixed! git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@14 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-11extension: updating types of case and let properlysjakie3-105/+70
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@13 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-08improvement of error messages during type checkingsjakie5-34/+183
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@12 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-07*** empty log message ***sjakie1-5/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@11 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-07cvs test (sjaak)sjakie1-0/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@10 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-07cvs testpieter1-1/+1
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@9 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-07bugfix: typing of nested array updatessjakie1-27/+34
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@8 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
1999-10-07bugfix: record selections in matchnodessjakie1-11/+19
bugfix: nested array updates implemented git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@7 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d