You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Joachim Klein bb6c9a522a prism-auto: exit code 1 in test mode if there were failures 7 years ago
..
icons Add larger P icon (256x256). 11 years ago
scripts prism-auto: exit code 1 in test mode if there were failures 7 years ago
syntax-highlighters Update syntax highlighters for .prism/.props file extensions (untested). 14 years ago
README.txt Update scripts README. 7 years ago
prism-eclipse-formatter.xml New Eclipse formatting defn (few small changes, also new version of Eclipse (Helios)?). 15 years ago
prism.css Preprocessor in prism.css file. 18 years ago
prism.tex PRISM trunk layout rearrangement. 20 years ago

README.txt

This directory contains the following files.

Where appropriate, comments/instructions are included in the files themselves.

* icons/ - PRISM icons for shortcuts/etc.
- p*.png - Variously sized PNGs
- prism.ico - Windows icon file

* scripts/ - Various useful scripts
- prism2html - converts PRISM models/properties to HTML
- prism2latex - converts PRISM models/properties to LaTex
- prism3to4 - fixes some common problems in old (3.x and earlier) PRISM models
- prism-statra - combines a PRISM .sta and .tra file into one file
(these scripts run on Linux/Unix/OS X and require prism to be in your path)
- prism-filler.py - automates filling a text file (e.g. latex) with results
from log files. This script requires Python, run it without arguments for
more help.
- bash-prism-completion.sh - Bash programmable completion for PRISM,
automatically completes options for PRISM when run in Bash.
- prism-auto - automates PRISM execution for testing/benchmarki