src/Pure/Syntax/README
author clasohm
Thu, 16 Sep 1993 12:20:38 +0200
changeset 0 a5a9c433f639
child 18 c9ec452ff08f
permissions -rw-r--r--
Initial revision
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     1
                              Pure/Syntax
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     2
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     3
This directory contains the source files for Isabelle's syntax module. Which
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     4
includes a lexer, parser, pretty printer and macro system.
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     5
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
There is no Makefile to compile these files separately; they are compiled as
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
part of Pure Isabelle.
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8