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

前端 未结 7 1903
野趣味
野趣味 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条回答
  •  难免孤独
    2020-12-31 04:36

    I have recently written PEG.js, PEG-based parser generator for JavaScript. It can be used from a command-line or you can try it from your browser.

提交回复
热议问题