kevinschaul / archieml-python

An ArchieML parser for Python
MIT License
10 stars 0 forks source link

Decide on a parser #2

Closed kevinschaul closed 9 years ago

kevinschaul commented 9 years ago

Code likely exists to do the hard parts. Research and figure out which parser we should use (or reasons to roll our own)

kevinschaul commented 9 years ago

http://nedbatchelder.com/text/python-parsers.html

kevinschaul commented 9 years ago

ply (python lex-yacc) seems to be working out fine for now.