[Yhc] Bytecode module interface

Neil Mitchell ndmitchell at gmail.com
Fri Apr 14 17:09:24 EDT 2006


Hi Robert,

http://www.haskell.org//pipermail/yhc/2005-November/000004.html

The code is from there. Its quite old and I know I have a newer
version somewhere, but not necessilary sure I have a more complete
version anywhere. It doesn't deal with all instructions, but the basic
format is there. It has no output capability, but thats something
thats definately needed in future.

Ultimately my goal is to create a Yhc.Bytecode library which is used
by both Yhc and anyone elses code. Unfortunately I've been rather
pressed for time lately.

Thanks

Neil

On 4/14/06, Robert Dockins <robdockins at fastmail.fm> wrote:
> Hello all,
>
> I'm interested in doing some YHC bytecode manipulation, and I'd like to be
> able to read a bytecode module using Haskell.  In the online Haddock docs,
> there's a lovely-looking module named 'Module' which contains
>
> readModule :: String -> Module
>
> http://www-users.cs.york.ac.uk/~ndm/yhc/docs/Module.html
>
>
> However, 'Module' doesnt appear in the 'yhc' or 'yhc-devel' repositories.
> Does this code exist somewhere else?  How can I get at it?
>
>
> Thanks
> Rob Dockins
> _______________________________________________
> Yhc mailing list
> Yhc at haskell.org
> http://haskell.org/mailman/listinfo/yhc
>


More information about the Yhc mailing list