src/HOL/Codegenerator_Test/Generate_Target_Nat.thy
author haftmann
Fri, 15 Feb 2013 11:47:34 +0100
changeset 51161 6ed12ae3b3e1
parent 51143 src/HOL/Codegenerator_Test/Generate_Pretty.thy@0a2371e7ced3
child 58889 5b7a9633cfa8
permissions -rw-r--r--
attempt to re-establish conventions which theories are loaded into the grand unified library theory; four different code generation tests for different code setup constellations; augment code generation setup where necessary
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
31378
d1cbf6393964 tuned code generator test theories
haftmann
parents: 29933
diff changeset
     1
d1cbf6393964 tuned code generator test theories
haftmann
parents: 29933
diff changeset
     2
(* Author: Florian Haftmann, TU Muenchen *)
24195
haftmann
parents:
diff changeset
     3
51161
6ed12ae3b3e1 attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents: 51143
diff changeset
     4
header {* Pervasive test of code generator *}
24195
haftmann
parents:
diff changeset
     5
51161
6ed12ae3b3e1 attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents: 51143
diff changeset
     6
theory Generate_Target_Nat
6ed12ae3b3e1 attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents: 51143
diff changeset
     7
imports
6ed12ae3b3e1 attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents: 51143
diff changeset
     8
  Candidates
6ed12ae3b3e1 attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents: 51143
diff changeset
     9
  "~~/src/HOL/Library/AList_Mapping"
6ed12ae3b3e1 attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents: 51143
diff changeset
    10
  "~~/src/HOL/Library/Finite_Lattice"
6ed12ae3b3e1 attempt to re-establish conventions which theories are loaded into the grand unified library theory;
haftmann
parents: 51143
diff changeset
    11
  "~~/src/HOL/Library/Code_Target_Numeral"
24195
haftmann
parents:
diff changeset
    12
begin
haftmann
parents:
diff changeset
    13
37745
6315b6426200 checking generated code for various target languages
haftmann
parents: 37695
diff changeset
    14
text {*
37824
365e37fe93f3 added Isar syntax for code checking
haftmann
parents: 37819
diff changeset
    15
  If any of the checks fails, inspect the code generated
365e37fe93f3 added Isar syntax for code checking
haftmann
parents: 37819
diff changeset
    16
  by a corresponding @{text export_code} command.
37745
6315b6426200 checking generated code for various target languages
haftmann
parents: 37695
diff changeset
    17
*}
6315b6426200 checking generated code for various target languages
haftmann
parents: 37695
diff changeset
    18
50629
264ece81df93 code checking for Scala is mandatory, since Scala is now required anyway for Isabelle
haftmann
parents: 47108
diff changeset
    19
export_code _ checking SML OCaml? Haskell? Scala
25616
28d373f1482a added div/mod examples
haftmann
parents: 24530
diff changeset
    20
24195
haftmann
parents:
diff changeset
    21
end