src/Pure/Syntax/README
author wenzelm
Tue, 10 Dec 1996 13:02:02 +0100
changeset 2366 a163d2be1bb5
parent 235 775dd81a58e5
child 2581 e08c25821e08
permissions -rw-r--r--
added chartrans; prmode: added 'inout' option;
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
18
c9ec452ff08f lots of internal cleaning and tuning;
wenzelm
parents: 0
diff changeset
     1
                              Pure/Syntax/
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
18
c9ec452ff08f lots of internal cleaning and tuning;
wenzelm
parents: 0
diff changeset
     3
This directory contains the source files for Isabelle's syntax module, which
161
d77bd6c76c03 improved comments;
wenzelm
parents: 18
diff changeset
     4
includes a lexer, parser, pretty printer and macro system. Note that only the
d77bd6c76c03 improved comments;
wenzelm
parents: 18
diff changeset
     5
following structures are supposed to be exported:
d77bd6c76c03 improved comments;
wenzelm
parents: 18
diff changeset
     6
d77bd6c76c03 improved comments;
wenzelm
parents: 18
diff changeset
     7
  Pretty        (generic pretty printing module)
235
775dd81a58e5 cosmetic changes;
wenzelm
parents: 161
diff changeset
     8
  Scanner       (generic scanner toolbox)
775dd81a58e5 cosmetic changes;
wenzelm
parents: 161
diff changeset
     9
161
d77bd6c76c03 improved comments;
wenzelm
parents: 18
diff changeset
    10
  Syntax        (interface to the syntax module)
d77bd6c76c03 improved comments;
wenzelm
parents: 18
diff changeset
    11
  BasicSyntax   (part of Syntax made pervasive)
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    12
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    13
There is no Makefile to compile these files separately; they are compiled as
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    14
part of Pure Isabelle.
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
    15