src/Tools/isac/ROOT
author Walther Neuper <walther.neuper@jku.at>
Fri, 25 Sep 2020 10:15:33 +0200
changeset 60073 8cbd1a66b116
parent 60072 08cbaaa5907a
child 60077 bd5be37901f8
permissions -rw-r--r--
bypass checking Doc/Lucas_Interpreter
neuper@52062
     1
(*  Title:  create a heap image for isac on Isabelle2013
neuper@52062
     2
    Author: Walther Neuper, TU Graz, 130715
neuper@52062
     3
   (c) due to copyright terms
neuper@52062
     4
neuper@55280
     5
see ~~/etc/settings
neuper@52139
     6
  ISABELLE_BROWSER_INFO="$ISABELLE_HOME_USER/browser_info"
neuper@52139
     7
before out-outcommenting (*, browser_info = true*) below and ...
neuper@52139
     8
$ ./bin/isabelle build -o browser_info -v -c HOL
neuper@55472
     9
$ ./bin/isabelle build -o browser_info -v -b Isac
wneuper@59423
    10
# this creates, among others:
wneuper@59423
    11
# file:///home/wneuper/.isabelle/isabisac/browser_info/Unsorted/Isac/session_graph.pdf
neuper@52062
    12
*)
walther@60073
    13
(*-------------------------------------------------------
walther@60072
    14
(* run "./bin/isabelle build -v -b Lucas_Interpreter" *)
walther@60072
    15
session Interpret = HOL +
walther@60072
    16
  description \<open>
walther@60072
    17
    Session Isac restricted to code required for paper
walther@60072
    18
    "Lucas-Interpretation on Isabelle’s Functions".
walther@60072
    19
    A first step towards formally checked documentation.
walther@60072
    20
  \<close>
walther@60072
    21
  options [document = false (*, browser_info = true*)]
walther@60072
    22
  theories
walther@60072
    23
    "Interpret/Interpret"
walther@60073
    24
-------------------------------------------------------*)
wneuper@59462
    25
(* run "./bin/isabelle build -v -b Isac" *)
walther@60073
    26
session Isac = HOL +
walther@59611
    27
  description \<open>
neuper@52062
    28
    Isac core, prototype of a math-engine and knowledge 
neuper@52062
    29
    for a TP-based educational mathematics assistant.
neuper@52062
    30
walther@59611
    31
    The java front-end is under development at FH Hagenberg,
wneuper@59470
    32
    the Isabelle/ML math-engine and Isabelle knowledge at RISC Linz.
neuper@52062
    33
    See http://www.ist.tugraz.at/isac/.
walther@59611
    34
  \<close>
neuper@52139
    35
  options [document = false (*, browser_info = true*)]
wneuper@59470
    36
  theories
wneuper@59470
    37
    Build_Isac