Skip to content

Commit

Permalink
Minor fixes to bootstrap translation
Browse files Browse the repository at this point in the history
  • Loading branch information
myreen committed Mar 29, 2018
1 parent 6c7ef75 commit a45bac1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions compiler/bootstrap/translation/explorerProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ fun def_of_const tm = let

val _ = (find_def_for_const := def_of_const);

val res = translate jsonLangTheory.escape_def;
val res = translate jsonLangTheory.concat_with_def;

val mem_to_string_lemma = prove(
Expand Down
2 changes: 0 additions & 2 deletions compiler/bootstrap/translation/to_word64ProgScript.sml
Original file line number Diff line number Diff line change
Expand Up @@ -526,8 +526,6 @@ val res = translate (wordLangTheory.word_sh_def
|> REWRITE_RULE [miscTheory.word_ror_eq_any_word64_ror]
|> RW[shift_left_rwt,shift_right_rwt,arith_shift_right_rwt] |> conv64)

val _ = translate (wordLangTheory.num_exp_def |> conv64);

val _ = translate (asmTheory.word_cmp_def |> REWRITE_RULE[WORD_LO,WORD_LT] |> spec64 |> REWRITE_RULE[word_msb_rw]);

(* TODO: remove when pmatch is fixed *)
Expand Down

0 comments on commit a45bac1

Please sign in to comment.