This tag is for the Python parser generator Sly, a proposed redesign by the same author of the Ply parser. On October 11, 2022, the author indicated that Sly has been retired and work on it will not continue, although the github repository will be maintained. Do not use this tag for questions related to the Emacs Lisp IDE with the same name. For those, use the emacs tag or post on http://emacs.stackexchange.com.
Sly was a LALR(1) parser generator written in Python by David Beazley, creator of the Ply parser generator, which Sly was intended to replace. On October 11, 2022, Beazley officially retired Sly, although he indicated that the Github repository will continue to exist. The version on that repository requires Python v3.6 or above.
Documentation was kept on Read the Docs, but it was not updated to reflect the last changes to Sly.
It is important that questions identify the version number (sly.__version__
) or the Github repository date of the Sly installation.