| Port details |
- py-sly Python implementation of the lex & yacc tools
- 0.5 lang
=0 0.5Version of this port present on the latest quarterly branch. - Maintainer: awoonyaa@gmail.com
 - Port Added: 2024-08-17 20:45:39
- Last Update: 2024-12-22 19:38:32
- Commit Hash: aa9b59b
- Also Listed In: python
- License: MIT
- WWW:
- https://pypi.org/project/sly/
- 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.
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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}sly>0:lang/py-sly@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/lang/py-sly/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/py-sly
- pkg install py311-sly
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-sly listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-sly
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1703100021
SHA256 (sly-0.5.tar.gz) = 251d42015e8507158aec2164f06035df4a82b0314ce6450f457d7125e7649024
SIZE (sly-0.5.tar.gz) = 66702
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-setuptools>0 : devel/py-setuptools@py311
- py311-wheel>=0 : devel/py-wheel@py311
- python3.11 : lang/python311
- py311-build>=0 : devel/py-build@py311
- py311-installer>=0 : devel/py-installer@py311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- python3.11 : lang/python311
- This port is required by:
- for Run
-
- comms/py-spsdk
Configuration Options:
- No options to configure
- Options name:
- lang_py-sly
- USES:
- python
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
0.5 22 Dec 2024 19:38:32
    |
Po-Chuan Hsieh (sunpoet)  |
*/*: Fix file permission (from 100755 to 100644) |
0.5 17 Aug 2024 20:44:41
    |
Gleb Popov (arrowd)  Author: Shapovalov Alexey |
lang/py-sly: Python implementation of the lex and yacc tools
Sponsored by: Serenity Cybersecurity, LLC
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org> |
Number of commits found: 2
|