src/Tools/Demo/README.md
author wenzelm
Tue, 05 Mar 2024 18:42:09 +0100
changeset 79784 a79280c7e8d5
parent 79058 f13390b2c1ee
permissions -rw-r--r--
merged
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).