Python implementation of Parsec?

后端 未结 6 1381
名媛妹妹
名媛妹妹 2021-02-19 11:17

I recently wrote a parser in Python using Ply (it\'s a python reimplementation of yacc). When I was almost done with the parser I discovered that the grammar I need to parse re

6条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-19 11:23

    PySec is another monadic parser, I don't know much about it, but it's worth looking at here

提交回复
热议问题