Y
Hacker News
new
|
ask
|
show
|
jobs
by
meitham
1020 days ago
Actually with SLY (
https://sly.readthedocs.io
) now dead, what is the recommended Lexer/Parser library in Python?
1 comments
bfLives
1020 days ago
I’m partial to the Python port of parsec. (
https://pythonhosted.org/parsec/
)
link