Description
pyPEG is a nice scripting language that will even give you access to its own compiler and parser.
pyPEG also gives you access to different other parsers for special purposes like XML and string templates. But sometimes you may want to have your own parser. This is what pyPEG's for.
PEG means Parsing Expression Grammar. It's something like the idea of Regular Expressions for context free languages; a very clear explanation you'll find in the Wikipedia article about PEG.
With PEGs you can describe the same languages like with BNF (and they're even similar).
User Reviews for pyPEG FOR MAC 1
-
pyPEG FOR MAC offers a nice scripting language with its own compiler and parser. Access to different parsers for special purposes is impressive.