summaryrefslogtreecommitdiffstats
path: root/rules/python3-ply.in
blob: 8f10963bd6f8727a5396ac96efbabedde38a3066 (plain)
1
2
3
4
5
6
7
8
## SECTION=python3

config PYTHON3_PLY
	tristate
	select PYTHON3
	prompt "ply"
	help
	  Yet another implementation of lex and yacc for Python.