pijnu
pijnu copied to clipboard
This is the canonical repository for the Pijnu PEG parser.
- Removed `importlib` from install requirements in `setup.py`, was causing error - Delete PKG-INFO file (is auto-generated with updated information when installing) - Added instructions for installing via pip in...
Experimenting with mediawiki-parser I found I needed the following changes to get anywhere with parsing: https://github.com/lrowe/pijnu/commit/d3f86c21f997771535f8f540b4237c0536fd58ff (Seems I can't have two pull requests open at once, and this is a...
Pijnu should be able to run even on a read-only partition. Writing the ...Parser.py file should be optional for backward compatibility.
Run test/bug4.py for an example.
Run test/bug3.py for an example.
Run test/bug2.py for an example.
It might also happen with other types of patterns. Run test/bug1.py for an example.