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 cdbc634b26 Regression testing: allow spaces in "Error" RESULT specifications. 11 years ago
..
ast Regression testing: allow spaces in "Error" RESULT specifications. 11 years ago
type Corrected/added headers + copyright info. 13 years ago
visitor Error message typos. 11 years ago
EvaluateContext.java Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago
EvaluateContextState.java Added new expression evaluation methods (needed for explicit model checker). Unfortunately breaks some existing calls to evaluate(constVals, null) due to ambiguities. Need to replace them with evaluate(constVals). 15 years ago
EvaluateContextSubstate.java Added new expression evaluation methods (needed for explicit model checker). Unfortunately breaks some existing calls to evaluate(constVals, null) due to ambiguities. Need to replace them with evaluate(constVals). 15 years ago
EvaluateContextValues.java Integration of prism-explicit branch into trunk, i.e. merge of trunk@1015-prism-explicit@1405 into trunk. 17 years ago
ExplicitFiles2ModulesFile.java Refactor explicit-files model import, splitting into two phases to allow addition of import for explicit engine later. 14 years ago
Makefile Fix makefiles with easier setup of classpath using * for jars. 14 years ago
ParseException.java Updated all parser files to new JavaCC (version 5.0) and removed getShortMessage() addition to ParseException. 15 years ago
ParserUtils.java Added new expression evaluation methods (needed for explicit model checker). Unfortunately breaks some existing calls to evaluate(constVals, null) due to ambiguities. Need to replace them with evaluate(constVals). 15 years ago
Prism3To4.java Suppress compiler warning 13 years ago
Prism3To4.jj Suppress compiler warning 13 years ago
Prism3To4Constants.java Allowed strict lower bounds in temporal operators (CTMCs only). Note: New parser classes generated due to new version of JavaCC. 15 years ago
Prism3To4TokenManager.java Allowed strict lower bounds in temporal operators (CTMCs only). Note: New parser classes generated due to new version of JavaCC. 15 years ago
PrismParser.java Parse modifiers on R and S operators as well as P. 11 years ago
PrismParser.jj Parse modifiers on R and S operators as well as P. 11 years ago
PrismParserConstants.java Add strategy operators (<<>> and [[]]) to parser, but no support model checking. 12 years ago
PrismParserTokenManager.java Allow comments to have no trailing new-line (e.g. when occurring at very end of file) - cannot see a good reason not to allow this. 11 years ago
PrismSyntaxHighlighter.java Small fix in prism2latex. 12 years ago
README PRISM trunk layout rearrangement. 20 years ago
SimpleCharStream.java Allowed strict lower bounds in temporal operators (CTMCs only). Note: New parser classes generated due to new version of JavaCC. 15 years ago
State.java State.setValue returns a copy of the object (for chaining purposes). 11 years ago
Token.java Allowed strict lower bounds in temporal operators (CTMCs only). Note: New parser classes generated due to new version of JavaCC. 15 years ago
TokenMgrError.java Allowed strict lower bounds in temporal operators (CTMCs only). Note: New parser classes generated due to new version of JavaCC. 15 years ago
Values.java More locale setting for outputting decimals in English. 11 years ago
VarList.java Add (rather inefficient) handling of multiple initial states to explicit-state model construction. 13 years ago
package-info.java Improved documentation (JavaDoc mostly). 15 years ago

README

parser
======

To compile .jj file into .java parser
-------------------------------------

(cd parser; javacc PrismParser.jj); javac parser/PrismParser.java