Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Isabelle/Archive-of-Formal-Proofs/tools/lib/   (Sammlung formaler Beweise Version 2026-5©)  Datei vom 31.4.2026 mit Größe 948 B image not shown  

Quellcode-Bibliothek afp_build

  Sprache: Isabelle
 

#!/usr/bin/env bash
#
# Author: Makarius
#
# DESCRIPTION: build and manage AFP sessions


## diagnostics

PRG="$(basename "$0")"

function usage()
{
  echo
  echo "Usage: isabelle $PRG [OPTIONS] -- [BUILD_ARGS ...]"
  echo
  echo " Options are:"
  echo " -A select all AFP sessions"
  echo
  echo " Build AFP sessions, as front-end for isabelle build with AFP settings."
  echo " Further options and arguments after \"--\" are passed to the latter."
  echo
  exit 1
}

function fail()
{
  echo "$1" >&2
  exit 2
}


## process command line

eval "BUILD_OPTS=($AFP_BUILD_OPTIONS)"

BUILD_OPTS["${#BUILD_OPTS[@]}"]="-d"
BUILD_OPTS["${#BUILD_OPTS[@]}"]="$AFP"

while getopts "A" OPT
do
  case "$OPT" in
    A)
      BUILD_OPTS["${#BUILD_OPTS[@]}"]="-g"
      BUILD_OPTS["${#BUILD_OPTS[@]}"]="AFP"
      ;;
    \?)
      usage
      ;;
  esac
done

shift $(($OPTIND - 1))


## main

exec "$ISABELLE_TOOL" build "${BUILD_OPTS[@]}" "$@"


Messung V0.5 in Prozent
C=87 H=98 G=92

¤ Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.0.1Bemerkung:  ¤

*Bot Zugriff






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.