ProgTutorial/Parsing.thy
changeset 194 8cd51a25a7ca
parent 193 ffd93dcc269d
child 207 d3cd633e8240
equal deleted inserted replaced
193:ffd93dcc269d 194:8cd51a25a7ca
  1049 text {*
  1049 text {*
  1050   (FIXME: explain a version of rule-tac)
  1050   (FIXME: explain a version of rule-tac)
  1051 *}
  1051 *}
  1052 
  1052 
  1053 (*<*)
  1053 (*<*)
  1054 
  1054 (* THIS IS AN OLD VERSION OF THE PARSING CHAPTER BY JEREMY DAWSON *)
  1055 chapter {* Parsing *}
  1055 chapter {* Parsing *}
  1056 
  1056 
  1057 text {*
  1057 text {*
  1058 
  1058 
  1059   Lots of Standard ML code is given in this document, for various reasons,
  1059   Lots of Standard ML code is given in this document, for various reasons,