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 94c095ffc6 imported patch ExpandStepBoundsSyntactically.patch 8 years ago
..
ast quantile-common: Adapt OpRelBound to multi-threshold 5 years ago
type Type: provide castFromBigRational conversion to Java data types 8 years ago
visitor imported patch ExpandStepBoundsSyntactically.patch 5 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
EvaluateContextConstants.java New EvaluateContextConstants class, just for clarity about where/if variables are needed for evaluation. 6 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
IdentUsage.java POMDPs: Allow arbitrary expressions as observables, not just variables. 5 years ago
Makefile Makefile: replace hardcoded directory names with PRISM_*_DIR 7 years ago
ParseException.java (HOA path) PrismParser: refactor double quoted identifiers (parser refresh) 5 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. 16 years ago
Prism3To4TokenManager.java Update parser files to version 6.0 of JavaCC. 10 years ago
PrismParser.java imported patch min-max-min.max.parser-refresh.patch 5 years ago
PrismParser.jj imported patch min-max-min.max.parser.patch 5 years ago
PrismParserConstants.java imported patch rewardcounter-TemporalOperatorBounds-use-refresh.patch 5 years ago
PrismParserTokenManager.java imported patch min-max-min.max.parser-refresh.patch 5 years ago
PrismSyntaxHighlighter.java Bugfix in PRISM-to-Latex translation. 11 years ago
README PRISM trunk layout rearrangement. 20 years ago
SimpleCharStream.java (HOA path) PrismParser: refactor double quoted identifiers (parser refresh) 5 years ago
State.java Add support for model checking partially observable MDPs (POMDPs). 5 years ago
Token.java (HOA path) PrismParser: refactor double quoted identifiers (parser refresh) 5 years ago
TokenMgrError.java (HOA path) PrismParser: refactor double quoted identifiers (parser refresh) 5 years ago
Values.java Values constructors treat null as empty. 7 years ago
VarList.java ModelGenerator (actually ModelInfo) improvements. 6 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