[project @ 2001-08-08 09:48:58 by chak]
[ghc-hetmet.git] / ghc / docs / comm / the-beast / driver.html
diff --git a/ghc/docs/comm/the-beast/driver.html b/ghc/docs/comm/the-beast/driver.html
new file mode 100644 (file)
index 0000000..2c56182
--- /dev/null
@@ -0,0 +1,27 @@
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
+<html>
+  <head>
+    <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
+    <title>The GHC Commentary - The Glorious Driver</title>
+  </head>
+
+  <body BGCOLOR="FFFFFF">
+    <h1>The GHC Commentary - The Glorious Driver</h1>
+    <p>
+      The Glorious Driver (GD) is the part of GHC that orchestrates the
+      interaction of all the other pieces that make up GHC.  It supersedes the
+      <em>Evil Driver (ED),</em> which was a Perl script that served the same
+      purpose and was in use until version 4.08.1 of GHC.  Simon Marlow
+      eventually slayed the ED and instated the GD.
+    <p>
+      The GD has been substantially extended for GHCi, i.e., the interactive
+      variant of GHC that integrates the compiler with a (meta-circular)
+      interpreter since version 5.00.
+
+    <p><small>
+<!-- hhmts start -->
+Last modified: Wed Aug  8 19:22:14 EST 2001
+<!-- hhmts end -->
+    </small>
+  </body>
+</html>