src/Pure/Syntax/sextension.ML
changeset 165 793be9f1e88e
parent 113 1e669b5a75f9
child 238 6af40e3a2bcb
equal deleted inserted replaced
164:43506f0a98ae 165:793be9f1e88e
     1 (*  Title:      Pure/Syntax/sextension.ML
     1 (*  Title:      Pure/Syntax/sextension.ML
     2     ID:         $Id$
     2     ID:         $Id$
     3     Author:     Tobias Nipkow and Markus Wenzel, TU Muenchen
     3     Author:     Tobias Nipkow and Markus Wenzel, TU Muenchen
     4 
     4 
     5 Syntax extensions (external interface): mixfix declarations, syntax rules,
     5 Syntax extensions (external interface): mixfix declarations, infixes,
     6 infixes, binders and the Pure syntax.
     6 binders, translation rules / functions and the Pure syntax.
     7 
     7 
     8 TODO:
     8 TODO:
     9   move ast_to_term (?)
     9   move ast_to_term (?)
    10 *)
    10 *)
    11 
    11