Are there any Parsing Expression Grammar (PEG) libraries for Javascript or PHP?

前端 未结 7 1902
野趣味
野趣味 2020-12-31 03:56

I find myself drawn to the Parsing Expression Grammar formalism for describing domain specific languages, but so far the implementation code I\'ve found has been written in

7条回答
  •  旧时难觅i
    2020-12-31 04:35

    There's also Kouprey for JavaScript, which is a very easy to use PEG generator/library.

提交回复
热议问题