src/Pure/README
changeset 57440 802d33c46459
parent 30834 1640e0625301
child 67102 411e49edd905
equal deleted inserted replaced
57439:0e41f26a0250 57440:802d33c46459
     1 
     1 
     2                         Pure: The Pure Isabelle System
     2                         Pure: The Pure Isabelle System
     3 
     3 
     4 
     4 
     5 This directory contains the ML source files for Pure Isabelle, which
     5 This directory contains the ML source files for Pure Isabelle, which
     6 is the basis for all object-logics.  The Isabelle/Pure image may be
     6 is the basis for all object-logics.  Building the Isabelle/Pure heap
     7 compiled in batch mode like this:
     7 image in batch mode works as for any other session:
     8 
     8 
     9   isabelle make Pure
     9   isabelle build -b Pure
    10 
    10 
    11 Developers may want to produce a RAW image that merely consists of the
    11 To explore the bootstrap of Pure interactively, the raw ML console can
    12 ML compiler with the compatibility setup of ML-Systems/ preloaded:
    12 be used like this:
    13 
    13 
    14   isabelle make RAW
    14   isabelle console -l RAW
    15 
       
    16 Now the Pure session may be compiled interactively as follows:
       
    17 
       
    18   isabelle tty -l RAW
       
    19   use "ROOT.ML";
    15   use "ROOT.ML";
    20 
    16