Files
mercury/bytecode
Fergus Henderson dc3217a170 Tell cvs to ignore the automatically-generated `depend.mk' file.
Estimated hours taken: 0.1

bytecode/.cvsignore:
	Tell cvs to ignore the automatically-generated `depend.mk' file.
1997-05-23 17:39:32 +00:00
..
1997-04-26 03:16:18 +00:00
1997-05-07 12:12:29 +00:00
1997-05-07 12:12:29 +00:00
1997-05-07 12:12:29 +00:00
1997-05-07 12:12:29 +00:00
1997-05-07 12:12:29 +00:00

This directory holds the source code for the Mercury bytecode
utilities. `mdis' is the Mercury bytecode disassembler.
`mbi' is the Mercury bytecode interpreter.
`libmbi' is the same thing, minus main().

All exported symbols defined in modules in this directory should be prefixed
with `MB_', for "Mercury Bytecode", to avoid clashes with names defined in
other packages.