==== Lark ==== `Lark ` is a parsing toolkit for `Python `. External Documentation ====================== - `Lark Web Site `_ - `Lark Documentation `_ .. _lark-install: 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 .. _lark-site: https://github.com/lark-parser/lark .. _lark-docs: https://lark-parser.readthedocs.io