standalone core parser
Donald Bruce Stewart
dons@cse.unsw.edu.au
Fri, 25 Oct 2002 08:13:24 +1000
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