Lark
Lark is a parsing toolkit for Python.
External Documentation
Installation Notes
Before proceeding, make sure that you have created and activated the
codecraftsmen virtual Python environment as described here.
Now you can install the Lark package into the codecraftsmen virtual
environment using pip like this:
workon codecraftsmen
pip install lark-parser==0.11.3