A set of jupyter notebooks with example grammars for the Yargy parser.
The following dependencies are required for the correct work:
pip install jupyter yargy ipymarkup
To view the parsed trees install graphviz, on Mac it can be installed this way:
brew install graphviz