src/Pure/Syntax/README
author wenzelm
Mon, 04 Oct 1993 15:30:49 +0100
changeset 18 c9ec452ff08f
parent 0 a5a9c433f639
child 161 d77bd6c76c03
permissions -rw-r--r--
lots of internal cleaning and tuning; removed {parse,print}_{pre,post}_proc; new lexer: now human readable due to scanner combinators; new parser installed, but still inactive (due to grammar ambiguities); added Syntax.test_read; typ_of_term: sorts now made distinct and sorted; mixfix: added forced line breaks (//); PROP now printed before subterm of type prop with non-const head;
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
c9ec452ff08f lots of internal cleaning and tuning;
wenzelm
parents: 0
diff changeset
     4
includes a lexer, parser, pretty printer and macro system. Note that only
c9ec452ff08f lots of internal cleaning and tuning;
wenzelm
parents: 0
diff changeset
     5
structures Pretty, Syntax and BasicSyntax are supposed to be exported.
0
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     6
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     7
There is no Makefile to compile these files separately; they are compiled as
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     8
part of Pure Isabelle.
a5a9c433f639 Initial revision
clasohm
parents:
diff changeset
     9