Code for the Parsy parser combinator tutorial.
- Create virtual environment:
python -m venv .venv - Activate virtual environment:
source .venv/bin/activate - Install requirements:
pip install -r requirements.txt
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Code for the Parsy parser combinator tutorial.
python -m venv .venvsource .venv/bin/activatepip install -r requirements.txt