summaryrefslogtreecommitdiffstats
path: root/python/Parsley/README
blob: a31f292942286342303df04d2c36640da9cdea61 (plain)
1
2
3
4
5
6
7
Parsley uses the PEG algorithm, so each expression in the
grammar rules works like a Python expression.
In particular, alternatives are evaluated in order,
unlike table-driven parsers such as yacc, bison or PLY.

Parsley is an implementation of OMeta, an object-oriented
pattern-matching language developed by Alessandro Warth.