aboutsummaryrefslogtreecommitdiff
path: root/frontend/syntax.dcl
AgeCommit message (Expand)AuthorFilesLines
2009-02-25replace type ImportedIdent by Ident because ii_extended is not usedjohnvg1-11/+6
2008-10-28remove fields gen_cases and gen_star_cases because they are notjohnvg1-2/+0
2007-09-11make a![i] unique in yielded element if the yielded array is used only byjohnvg1-1/+6
2007-09-10rename NormalSelectorUniqueElementResult as UniqueSelectorUniqueElementResult,johnvg1-1/+3
2007-09-05use an integer instead of a string in GenTypeVarjohnvg1-3/+2
2007-09-05use bimapId instead of bimap{|*|} for variablesjohnvg1-8/+3
2007-04-19remove VI_Defined and VI_LocallyDefined because they are not used anymorejohnvg1-1/+0
2007-04-19remove unused field cons_arg_vars,johnvg1-6/+5
2007-04-13implement newtypejohnvg1-3/+8
2007-04-12implement {# and {! in array comprehensions that create a new arrayjohnvg1-3/+10
2007-04-11remove string in AP_Empty constructorjohnvg1-1/+1
2007-04-11rename field cons_index as cons_numberjohnvg1-4/+3
2007-04-11move some type definitions from checksupport.dcl to syntax.dcljohnvg1-51/+83
2007-02-14implement qualified explicit importsjohnvg1-12/+35
2007-02-06in checkExplicitImportCompleteness when checking whether a symbol is imported,johnvg1-0/+3
2007-01-29remove instances from ExplImpComponentNrs, because it is always []johnvg1-3/+2
2006-07-17fix bug in anonymizeAttrVars, the previous algorithm replaced attributejohnvg1-1/+6
2005-11-22remove unused field tdi_markjohnvg1-3/+2
2005-11-21remove unused constructor WildCardjohnvg1-1/+0
2005-09-16make line number in thejohnvg1-0/+1
2005-04-21remove support for 1.3 import syntaxjohnvg1-2/+1
2005-01-31bug for for update of records with existential variable(s): compare indicesjohnvg1-1/+1
2005-01-21prevent compiler crash in function requirements_of_fields whenjohnvg1-1/+1
2005-01-19implement let in comprehensionsjohnvg1-0/+1
2004-04-19remove TC; typesronny1-1/+1
2004-04-02implement foreign export with stdcalljohnvg1-3/+10
2004-03-17reification of type definitionsronny1-2/+9
2003-12-15add foreign exportjohnvg1-0/+2
2003-12-11move FunctionPattern type from syntax to backendconvertjohnvg1-8/+1
2003-12-11remove BackendBodyjohnvg1-6/+0
2003-10-17added limited support for uniqueness attributes in dynamic typesronny1-0/+1
2003-10-07isolate Index type for compatability with Sparkle source treeronny1-3/+6
2003-08-20removed unnecessary separate fields for universal variables,ronny1-2/+1
2003-08-19removed unused administrationsronny1-2/+2
2003-07-15OBJECT marking is addedalimarin1-1/+2
2003-06-19removed unused field class_arg_kindsronny1-1/+0
2003-06-19s/sd__ident/sd_ident/gronny1-2/+2
2003-06-13removed PA bug workaroundronny1-1/+0
2003-05-16renamed field names of type Ident in syntax treeronny1-31/+31
2003-02-24added fusion of unboxed lists of records, movedjohnvg1-3/+2
2003-01-08Bug fix: uniqueness error in recordssjakie1-1/+1
2002-11-13Removed bugs in analysis of abstract data types and adjusted typing of record...sjakie1-1/+6
2002-11-01moved RefCountsInCase and SplitsInCase type definitions from syntax to conver...ronny1-33/+2
2002-10-31Fix bug where wrong type code constructor was selected.ronny1-1/+1
2002-10-30Removed at least 4 bugs (maybe more, but i can't remember):sjakie1-1/+1
2002-10-18add boxed records and strict dot dot expressionsjohnvg1-5/+6
2002-10-14new type code and type code constructor representationronny1-2/+2
2002-10-01minor changes in genericsalimarin1-0/+1
2002-09-30add 'safe' to active case info for casefun generationdiederik1-0/+1
2002-09-20moved var info definitions to the modules where they are usedronny1-27/+3