src/Tools/Demo/README.md
author desharna
Wed, 20 Mar 2024 09:57:14 +0100
changeset 79939 b045d20c9c3c
parent 79058 f13390b2c1ee
permissions -rw-r--r--
tuned proof
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
79058
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     1
# Demo: Isabelle system component and Isabelle/Scala tool
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     2
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     3
This directory constitutes an Isabelle system component. It defines an
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     4
Isabelle/Scala tool that is available via the command-line as "isabelle demo".
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     5
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     6
See also "isabelle doc system" on "isabelle components -u" to register system
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     7
components in user-space.
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     8
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
     9
NOTE: User-defined components should chose a name prefix that is unlikely to
f13390b2c1ee provide src/Tools/Demo as example for system component with Isabelle/Scala tool;
wenzelm
parents:
diff changeset
    10
clash with existing tools (or other user tools).