(c) 1990 S.Hawtin. This directory contains the source code for the program that unpacks the NorthC environment. I was going to try and use "Xicon" to unpack the compressed files but I found that this took up so much space that it would not work on a bare Amiga 500. On NorthC 1.1 I wrote a special program to unpack the files, however because it was just thrown together at the last minute it was badly written and difficult to maintain. What I have done here should be easier to follow. I have implemented a few of the CLI commands as 'C' funtions, these are in "script.c", this helps to make the actual source in "unpack.c" nice and easy to understand.