
This simple compiler can be run in SICStus Prolog. Load the 
compiler by consulting the file 'loadcomp.pl'. 

The predicate compilef(Filename) compiles a Prolog file into
WAM code. The filename should be specified without the .pl 
extension, e.g. compilef(test). 


Please report any problems to Johan Bevemyr (bevemyr@csd.uu.se).

