Translation scripts for the Dafny compiler.
cakeml_and_dafny_astProgScript.sml:
- Translates CakeML's and Dafny's AST types.
- Translates functions for Dafny's AST.
- Translates the Dafny to CakeML compiler.
- Translates definitions to lex and parse S-expressions generated by Dafny.
dafny_to_cakemlProgScript.sml:
- Translates definitions to convert Dafny's AST into CakeML's AST.
- Translates the definitions for Result monad.
- Translates definitions to generate Dafny's AST from S-expressions.