Name: | python38-ply |
---|---|
Version: | 3.11 |
Release: | 8.module+el8.3.0+7824+e0098946 |
Architecture: | noarch |
Module: | python38:3.8:8030020200818121840:2a5cc3c5 python38:3.8:8030020200818121841:4190259b |
Group: | Unspecified |
Size: | 438814 |
License: | BSD |
RPM: | python38-ply-3.11-8.module+el8.3.0+7824+e0098946.noarch.rpm |
Source RPM: | python-ply-3.11-8.module+el8.3.0+7824+e0098946.src.rpm |
Build Date: | Thu Nov 05 2020 |
Build Host: | jenkins-172-17-0-2-6ac708f2-bed6-47e7-88cd-1a6c240559eb.blddevtest1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | http://www.dabeaz.com/ply/ |
Summary: | Python Lex-Yacc |
Description: | PLY is a straightforward lex/yacc implementation. Here is a list of its essential features: * It is implemented entirely in Python. * It uses LR-parsing which is reasonably efficient and well suited for larger grammars. * PLY provides most of the standard lex/yacc features including support for empty productions, precedence rules, error recovery, and support for ambiguous grammars. * PLY is straightforward to use and provides very extensive error checking. * PLY doesn't try to do anything more or less than provide the basic lex/yacc functionality. In other words, it's not a large parsing framework or a component of some larger system. Python 3 version. |