Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/Roqc/dev/   (Beweissystem des Inria Version 9.1.0©)  Datei vom 15.8.2025 mit Größe 1 kB image not shown  

Quelle  dune-dbg.in

  Sprache: C
 

#!/usr/bin/env bash
Run in a proper install dune env.

opts=()
while [[ $-gt 0 ]]; do
    case $1 in
        -emacs)
            shift
            opts+=("-emacs")
            ;;
        -I)
          shift
          opts+=("-I" "$1")
          shift
          ;;
        coqchk)
            shift
            exe=_build/default/checker/coqchk.bc
            opts+=($(ocamlfind query -recursive -i-format rocq-runtime.checklib))
            break
            ;;
        rocqide)
            shift
            exe=_build/default/ide/rocqide/rocqide_main.bc
            break
            ;;
        coqc)
            shift
            exe="_build/default/topbin/rocqworker.bc --kind=compile"
            break
            ;;
        coqtop)
            shift
            exe=_build/default/topbin/coqtop_byte_bin.bc
            break
            ;;
        coqnative)
            shift
            exe=_build/default/topbin/rocqnative.bc
            break
            ;;
        *)
            echo "usage: dune exec -- dev/dune-dbg [-emacs] {coqchk|rocqide|coqc|coqtop|coqdep|coqnative} coqargs"
            exit 1
            ;;
    esac
done

export ROCQLIB=$PWD/_build/install/default/lib/coq
ocamldebug "${opts[@]}" $(ocamlfind query -recursive -i-format rocq-runtime.dev) $(ocamlfind query -i-format -descendants rocq-runtime.vernac) -I +threads -I dev $exe "$@"

Messung V0.5 in Prozent
C=100 H=72 G=86

¤ Dauer der Verarbeitung: 0.8 Sekunden  (vorverarbeitet am  2026-06-08) ¤

*© Formatika GbR, Deutschland






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.