mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-08 20:28:13 +01:00
e07218116d
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
7 lines
328 B
Text
7 lines
328 B
Text
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.
|