ports/devel/py-spark-parser/pkg/DESCR

5 lines
273 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
SPARK stands for Scanning, Parsing, and Rewriting Kit. It uses Jay Early'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.