summaryrefslogtreecommitdiff
path: root/compiler/parser/Lexer.x
Commit message (Collapse)AuthorAgeFilesLines
...
* Added parser and abstract syntax support for stand-alone deriving declarations.bjorn@bringert.net2006-09-171-1/+1
|
* Remove Linear Implicit Parameters, and all their workssimonpj@microsoft.com2006-09-291-2/+0
| | | | | | | Linear implicit parameters have been in GHC quite a while, but we decided they were a mis-feature and scheduled them for removal. This patch does the job.
* Option -findexed-typesManuel M T Chakravarty2006-09-201-4/+7
| | | | | | | | | | | Mon Sep 18 19:42:48 EDT 2006 Manuel M T Chakravarty <chak@cse.unsw.edu.au> * Option -findexed-types Fri Sep 8 21:35:37 EDT 2006 Manuel M T Chakravarty <chak@cse.unsw.edu.au> * Option -findexed-types - Introduced the switch -findexed-types to activate the indexed type family framework. - The switch enables the special 'family' and allows kind signatures (which are currently compulsory for associated families).
* Use family and instance keyword to identify indexed typesManuel M T Chakravarty2006-09-181-0/+3
| | | | | Tue Aug 15 20:16:00 EDT 2006 Manuel M T Chakravarty <chak@cse.unsw.edu.au> * Use family and instance keyword to identify indexed types
* Parser support for assoc synonymsManuel M T Chakravarty2006-09-151-0/+3
| | | | | Fri Jul 28 21:52:46 EDT 2006 Manuel M T Chakravarty <chak@cse.unsw.edu.au> * Parser support for assoc synonyms
* add a commentSimon Marlow2006-08-071-0/+3
|
* do a better job of ignoring unrecognised pragmasSimon Marlow2006-07-121-0/+5
|
* improvements to lexical error reportingsimonmar@microsoft.com2006-06-011-6/+4
|
* commented-out debugging codesimonmar@microsoft.com2006-06-011-0/+2
|
* understand Latin-1 symbolssimonmar@microsoft.com2006-06-011-1/+1
|
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+1457
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.