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.
 
 
 
 
 
 
Dave Parker 751e95fa42 Small fix in prism-auto: make sure directory is passed to bench to benchmark function in "build" mode, in particular so that log names are created consisently. (Reported by Steffen Marcker). 9 years ago
..
icons Add larger P icon (256x256). 11 years ago
scripts Small fix in prism-auto: make sure directory is passed to bench to benchmark function in "build" mode, in particular so that log names are created consisently. (Reported by Steffen Marcker). 9 years ago
syntax-highlighters Update syntax highlighters for .prism/.props file extensions (untested). 14 years ago
README.txt HOA in scripts readme. 11 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