SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Earley's algorithm for parsing context-free grammars, and comes with some generic Abstract Syntax Tree routines. There is also a prototype scanner which does its job by combining Python regular expressions.
Please Note: Earley algorithm parsers are almost linear when given an LR grammar. These are grammars which are left-recursive.
Package Version | Update ID | Released | Package Hub Version | Platforms | Subpackages |
---|---|---|---|---|---|
1.8.9-bp156.3.1 info | GA Release | 2023-07-22 | 15 SP6 |
|
|
1.8.9-bp155.2.13 info | GA Release | 2023-05-22 | 15 SP5 |
|
|
1.8.9-bp154.1.26 info | GA Release | 2022-05-09 | 15 SP4 |
|
|
1.8.9-bp153.1.20 info | GA Release | 2021-03-06 | 15 SP3 |
|
|
1.8.9-bp152.2.1 info | GA Release | 2020-05-25 | 15 SP2 |
|
|
1.6.1-bp151.3.1 info | GA Release | 2019-07-17 | 15 SP1 |
|
|
1.6.1-bp151.2.10 info | GA Release | 2019-05-18 | 15 SP1 |
|
|
1.6.1-bp150.2.4 info | GA Release | 2018-07-30 | 15 |
|
|
1.6.1-bp150.2.3 info | GA Release | 2018-07-30 | 15 |
|
|