
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. - Hal -- Hal Daume III "Computer science is no more about computers | hdaume@isi.edu than astronomy is about telescopes." -Dijkstra | www.isi.edu/~hdaume

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
participants (2)
-
dons@cse.unsw.edu.au
-
Hal Daume III