Moony Parser 2.3 is out

A new version of Moony Parser is out (namely 2.3). It is a javascript library that implements "Earley" algorithm which makes it CFG complete. It provides a custom cool structurized grammar definition language that is more readable and more compact than BNF or PEG languages.

U can try it online on web page: Moony Parser

It features cool HTML based grammar testing environment.