[nhc-users] G-Code generated by nhc

Malcolm Wallace Malcolm.Wallace@cs.york.ac.uk
Fri, 1 Aug 2003 14:23:35 +0100


Arun Kumar S Jadhav <arunk@it.iitb.ac.in> writes:

> Thanks a ton !! Btw it would really be great if I can get hold of semantics
> of "all" the g-instructions that are possibly produced by nhc.

The G-code instructions used by the compiler are defined in
    src/compiler98/Gcode.hs
Their semantics should be fairly obvious, especially if you have either
of the Peyton Jones textbooks on implementing functional languages.

Regards,
    Malcolm