Commit Graph

2 Commits

Author SHA1 Message Date
Fergus Henderson
04b720630b Update the copyright messages so that (a) they contain the correct years
and (b) they say "Copyright (C) ... _The_ University of Melbourne".
1997-07-27 15:09:59 +00:00
Bert Thompson
090732de52 Simple Mercury driver for the bytecode interpreter.
Estimated hours taken: 0.1

bytecode/mdb.m:
	Simple Mercury driver for the bytecode interpreter.
	The driver allows us to initialise the Mercury runtime
	engine and various modules in libmercury without having
	to duplicate code from the runtime.

	This really is overkill and it would make sense to rewrite
	parts of the runtime so that initialisation and startup of
	compiled Mercury code are not so tightly coupled. May revisit
	this later.
1997-05-29 06:20:21 +00:00