Files
mercury/bytecode
Bert Thompson e2a6038b16 List abstract data type. (Absolutely minimal.)
Estimated hours taken: 0.5

bytecode/slist.c:
bytecode/slist.h:
	List abstract data type. (Absolutely minimal.)
1997-06-02 13:54:16 +00:00
..
1997-05-29 09:52:58 +00:00
1997-05-29 09:52:58 +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-29 09:48:05 +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.