资 源 简 介
RSL is an embedded interpreter and bytecode executor within Python. It executes code that is written in a Python-like syntax, but allows the developer who is writing their application in Python to restrict exactly what their users can and can"t do. Not only this, but because the interpreter is written in Python, the integration between Python code (which has higher permissions) and RSL code (which is locked down) is much greater, while still maintaining the security in RSL code.
New:**Version 1.1 released. Contains support for error handling via try-except statement and includes bugfixes for string concatenation.
**
RSL Requirements
You need to have the PyParsing module installed in your Python distribution for RSL to work.
What is RSL designed for?
RSL is designed to be used within the following environments and situa