Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 658 Bytes

File metadata and controls

18 lines (14 loc) · 658 Bytes

This directory contains definitions used for miscellaneous translator examples from used in the original ICFP paper about the translator.

copying_gcScript.sml: Algorithm of a copying garbage collector.

ninetyOneScript.sml: McCarthy's 91 function.

regexpMatchScript.sml: Regular expression matcher Author: Scott Owens

slr_parser_genScript.sml: The following definitions are from HOL4 sources found on Aditi Barthwal's webpage: http://users.cecs.anu.edu.au/~aditi/ Her definitions are reproduced below so that we can try our hol2miniml translator on them.