idank / bashlex

Python parser for bash
GNU General Public License v3.0
558 stars 94 forks source link

port new yacc #77

Closed lacraig2 closed 2 years ago

lacraig2 commented 2 years ago

This PR ports an updated version of yac.py from ply.

It maintains python 2 support for the moment and adds the things which were changed from the original 2011 yacc version into this version.