Parsley is a parsing library. Most parser generators like ANTLR and Bison are based on LL or LR parsing algorithms that compile to big state machine tables, whereas Parsley, like pyparsing and ZestyParser, 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.
The binaries are prefixed with parsley-.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.3-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
1.3-bp155.2.13 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
1.3-bp154.1.35 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
1.3-bp153.1.20 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
1.3-bp152.2.1 info | GA Release | 2020-06-02 | 15 SP2 |
|
|
1.2-bp151.3.3 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
1.2-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|
1.2-bp150.2.3 info | GA Release | 2018-07-30 | 15 |
|
|