aboutsummaryrefslogtreecommitdiff
path: root/frontend
AgeCommit message (Expand)AuthorFilesLines
2001-03-29small bug reported by Ronny repairedmartijnv1-6/+7
2001-03-28added TVI_Normalizedmartijnv2-0/+2
2001-03-28minor changes to files associated with dynamics. Most notably is themartijnv5-241/+303
2001-03-28uniqueness support is added to genericsalimarin4-23/+9
2001-03-27uniqueness support is added to genericsalimarin9-358/+490
2001-03-27unfold all macros and local functions in macrosjohnvg23-527/+1102
2001-03-26Return TE in 'bindtypes' for 'Type' instead of TA withjohnvg1-2/+2
2001-03-26added check for error after 'combineDclAndIclModule' tojohnvg1-3/+4
2001-03-26bug fix in nfmartijnv1-1/+1
2001-03-26small changesmartijnv2-9/+19
2001-03-23fixing several bugsmartinw12-380/+263
2001-03-22Sjaak: removed call to showComponentssjakie1-1/+1
2001-03-20Sjaak: fixed inheritance bugs and strictness attributessjakie18-204/+333
2001-03-15*** empty log message ***martinw8-80/+135
2001-03-15Fixes to compile with 2.0alimarin4-103/+252
2001-03-15compiler frontend without writing tcl-filesmartijnv5-13/+22
2001-03-15changes:martijnv5-744/+90
2001-03-13Generics are added, but are disabled.alimarin25-234/+3157
2001-03-13added 2.0 syntax to type_io.iclmartijnv3-26/+127
2001-03-12fixes bug in mergeCasesjohnvg1-21/+65
2001-03-12Ensure that modules that are imported from the main dcl module appearmartinw1-2/+4
2001-03-12made module name optionalmartijnv3-110/+307
2001-03-08Normalizingmartijnv13-60/+243
2001-03-06bugfix; selecting a value from a DynamicTemp still used the tuplemartijnv1-91/+5
2001-03-05bugfix: added missing alternative for SK_LoaclMacroFunction (introduced for d...martinw1-0/+6
2001-03-05Bug fixing in module type_io. It now seems to generate themartijnv1-122/+62
2001-03-02bugfix: the compiler gave "index out of range" when an instance was declaredmartinw1-2/+4
2001-03-02bugfix for specialisationsmartinw3-37/+67
2001-03-02no messagemartijnv1-2/+2
2001-03-02making compiler self compilable (this doesn't say anything about themartinw8-34/+19
2001-03-02bugfix: compiler couldn't detect following inconsistency:martinw1-16/+9
2001-03-02no messagemartijnv1-2/+2
2001-03-02no messagemartijnv1-2/+2
2001-03-01- type files worden aangemaakt (buggy)martijnv12-50/+952
2001-02-23dummy stub for porting facilities. The module that actually doesmartinw2-0/+46
2001-02-23including porting facilitiesmartinw3-190/+5
2001-02-23absolutely unimportantmartinw1-1/+1
2001-02-22bugfix: explicit imports of instances did not work in conjunction with dclmartinw3-10/+22
2001-02-19bugfix: a function that made some types in StdArray.dcl more strict hadmartinw1-34/+45
2001-02-16just removing commentmartinw1-1/+1
2001-02-15DynamicTemp added to the compiler. You will be needing a newmartijnv4-28/+179
2001-02-14bugfix: the algorithm couldn't handle applications that were (curried)martinw1-4/+12
2001-02-14just setting the switch for import syntax from "2.0" back to "1.3"martinw2-2/+2
2001-02-13delaying "determineTypesOfInstances" and "checkSpecialsOfInstances" aftermartinw16-416/+310
2001-01-19uniqueness unification for types of functions that are generatedmartinw12-727/+1023
2001-01-19bugfixing dcl cashing, expanding synonym types after a whole module componentmartinw1-196/+205
2001-01-19refactoringmartinw10-234/+301
2001-01-19exploiting "reuse unique nodes" optionmartinw2-36/+78
2001-01-16Sjaak: No ideasjakie1-33/+2
2001-01-16bug fix: some type context were not explicitly checkedsjakie1-48/+24