Interpreter for the Rule Specification Language (RSL)


Keywords
rsl, xtuml, bridgepoint
License
GPL-3.0
Install
pip install pyrsl==2.1.1

Documentation

pyrsl Build Status Coverage Status

pyrsl is an interpreter for a language called RSL (Rule Specification Language). RSL is commonly used as a template language to express transformations from a BridgePoint model into a textual representation, e.g. when writing model compilers or when generating html documentation from a model.

Documentation

Information on how to install and use pyrsl is available at Read the Docs.

Reporting bugs

If you encounter problems with pyrsl, please file a github issue. If you plan on sending pull request which affect more than a few lines of code, please file an issue before you start to work on you changes. This will allow us to discuss the solution properly before you commit time and effort.

License

pyrsl is licensed under the GPLv3, see LICENSE for more information.