On Thu, Oct 24, 2002 at 11:12:27AM -0700, Hal Daume III wrote: > There's ParserCore.y in the ghc sources, but this relies on a bunch of > other stuff. Does anyone have a Core language library, such as one which > might be found in the std libs at Language.GHCCore, or something like > that? > > If not, I'll probably try to create something myself.
What about the Core interpreter in fptools/ghc/utils/ext-core ? There's a Happy parser source file there, Parser.y, as well as all sorts of other Core-related goodies. Don _______________________________________________ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
