X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FREADME;fp=compiler%2FREADME;h=ca619cdde0d29e86f37f0d198ddf1b66da6b287c;hb=0065d5ab628975892cea1ec7303f968c3338cbe1;hp=0000000000000000000000000000000000000000;hpb=28a464a75e14cece5db40f2765a29348273ff2d2;p=ghc-hetmet.git diff --git a/compiler/README b/compiler/README new file mode 100644 index 0000000..ca619cd --- /dev/null +++ b/compiler/README @@ -0,0 +1,11 @@ +This directory contains the source for Glorious Glasgow Haskell +compiler proper, normally a binary called "hsc". The source is +organized into _one_ level of directories, and the literate Haskell +source files sit in those directories (i.e., */*.lhs). + +The only "real" subdirectory is the tests/ directory [NB: not +distributed normally, but available to gluttons for punishment], which +includes some tests that we use to make sure we're not going +backwards. The subdirs of the test directory "match" the subdirs of +the main source directory; e.g., the desugarer is in subdir deSugar/, +and the tests for the desugarer are in tests/deSugar/.