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

前端 未结 7 1929
野趣味
野趣味 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:29

    look at https://github.com/leblancmeneses/NPEG can easily be converted into php. Parse tree is created with anonymous functions.

提交回复
热议问题