Name : python311-sly
| |
Version : 0.5
| Vendor : obs://build_opensuse_org/home:ojkastl_buildservice
|
Release : 5.27
| Date : 2023-05-12 13:39:59
|
Group : Unspecified
| Source RPM : python-sly-0.5-5.27.src.rpm
|
Size : 0.31 MB
| |
Packager : (none)
| |
Summary : Python implementation of the lex and yacc tools
|
Description :
SLY is a 100% Python implementation of the lex and yacc tools commonly used to write parsers and compilers. Parsing is based on the same LALR(1) algorithm used by many yacc tools. Here are a few notable features: * SLY provides very extensive error reporting and diagnostic information to assist in parser construction. The original implementation was developed for instructional purposes. As a result, the system tries to identify the most common types of errors made by novice users. * SLY provides full support for empty productions, error recovery, precedence specifiers, and moderately ambiguous grammars. * SLY uses various Python metaprogramming features to specify lexers and parsers. There are no generated files or extra steps involved. You simply write Python code and run it. * SLY can be used to build parsers for \"real\" programming languages. Although it is not ultra-fast due to its Python implementation, SLY can be used to parse grammars consisting of several hundred rules (as might be found for a language like C).
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/home:/ojkastl_buildservice:/Branch_devel_languages_python/openSUSE_Factory_PowerPC/noarch |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
python3-sly
python3.11dist(sly)
python311-sly
python3dist(sly)
Requires :