mCRL2
|
Add your file description here. More...
Go to the source code of this file.
Namespaces | |
namespace | mcrl2 |
A class that takes a linear process specification and checks all tau-summands of that LPS for confluence. | |
namespace | mcrl2::data |
Namespace for all data library functionality. | |
namespace | mcrl2::data::detail |
Functions | |
template<typename MutableSubstitution > | |
void | mcrl2::data::detail::parse_substitution (std::string text, MutableSubstitution &sigma, const data_specification &data_spec=data::data_specification()) |
Parses a string of the form "b: Bool := true, n: Nat := 0", and adds the substitutions to the substition function sigma. If the string is surrounded by brackets (e.g. "[b: Bool := true, n: Nat := 0]"), these are ignored. | |
Add your file description here.
Definition in file parse_substitution.h.