Hi,
pyPEG is a general parser for context free languages as a small Python
module.
It is PEG (Parsing Expression Grammar) based. It can be very easily used
in your Python program.
Everybody who understands regular expressions can quickly understand and
use pyPEG. The output result is a standard
Hi,
pyPEG is a general parser for context free languages as a small Python
module.
It is PEG (Parsing Expression Grammar) based. It can be very easily used
in your Python program.
Everybody who understands regular expressions can quickly understand and
use pyPEG. The output result is a standard