CODE
----
This is a snapshot of revision 92 of the source code.

BUILD
-----
You can build Demeter by using Inform 6 to compile demeter\Demeter.inf.
You will need to include Inform's base and contrib libraries, which 
should include the ORLibrary.

Example command (from project root): 
  c:\Programs\inform\bin\inform.exe +"c:\Programs\inform\lib\base",
  "c:\Programs\inform\lib\contrib" demeter\Demeter.inf
  
  