18
|
1 |
Pure/Syntax/
|
0
|
2 |
|
18
|
3 |
This directory contains the source files for Isabelle's syntax module, which
|
161
|
4 |
includes a lexer, parser, pretty printer and macro system. Note that only the
|
|
5 |
following structures are supposed to be exported:
|
|
6 |
|
|
7 |
Pretty (generic pretty printing module)
|
235
|
8 |
Scanner (generic scanner toolbox)
|
|
9 |
|
161
|
10 |
Syntax (interface to the syntax module)
|
|
11 |
BasicSyntax (part of Syntax made pervasive)
|
0
|
12 |
|
|
13 |
There is no Makefile to compile these files separately; they are compiled as
|
|
14 |
part of Pure Isabelle.
|
|
15 |
|