| author | clasohm | 
| Mon, 11 Mar 1996 11:49:05 +0100 | |
| changeset 1559 | 9ba0906aa60d | 
| parent 1506 | 192c48376d25 | 
| child 2198 | 0dddd9575717 | 
| permissions | -rw-r--r-- | 
(* Title: Pure/Syntax/ROOT.ML ID: $Id$ Author: Tobias Nipkow and Markus Wenzel, TU Muenchen This file builds the syntax module. *) use "pretty.ML"; use "lexicon.ML"; use "ast.ML"; use "syn_ext.ML"; use "parser.ML"; use "type_ext.ML"; use "syn_trans.ML"; use "mixfix.ML"; use "printer.ML"; use "syntax.ML"; (*Hiding: only the most basic features are opened*) structure BasicSyntax: BASIC_SYNTAX = Syntax; open BasicSyntax; structure Scanner: SCANNER = Lexicon;