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.
 
 
 
 
 
 
Steffen Märcker 4317643abf Check argument instead of result in function evaluation 8 years ago
..
ast Check argument instead of result in function evaluation 8 years ago
type Type: provide castFromBigRational conversion to Java data types 8 years ago
visitor Simplify: Preserve type for 0-x to -x simplification 8 years ago
BooleanUtils.java BooleanUtils.doConversionToPositiveNormalForm: take temporal operator bounds into account 8 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 Fix explicit engine import of state rewards (need to add details to ModelInfo for it to work properly). Also catch attempts to export state rewards more cleanly in this case. 9 years ago
Makefile Makefiles: inhibit parallel building (-j n mode) 8 years ago
ParseException.java Update parser files to version 6.0 of JavaCC. 10 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 Update parser files to version 6.0 of JavaCC. 10 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 Update parser files to version 6.0 of JavaCC. 10 years ago
PrismParser.java Fix JDK9 compilation issue, use parser.ast.Module instead of Module 8 years ago
PrismParser.jj Fix JDK9 compilation issue, use parser.ast.Module instead of Module 8 years ago
PrismParserConstants.java Add strategy operators (<<>> and [[]]) to parser, but no support model checking. 11 years ago
PrismParserTokenManager.java Update parser files to version 6.0 of JavaCC. 10 years ago
PrismSyntaxHighlighter.java Bugfix in PRISM-to-Latex translation. 10 years ago
README PRISM trunk layout rearrangement. 20 years ago
SimpleCharStream.java Update parser files to version 6.0 of JavaCC. 10 years ago
State.java Switch from ModuleFile to ModelInfo in State object. 10 years ago
Token.java Update parser files to version 6.0 of JavaCC. 10 years ago
TokenMgrError.java Update parser files to version 6.0 of JavaCC. 10 years ago
Values.java Values, getXYValue(): support for BigRational 8 years ago
VarList.java Fix JDK9 compilation issue, use parser.ast.Module instead of Module 8 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