DEV Community

Discussion on: Intro to peg.js

Collapse
 
nqthqn profile image
nqthqn

Nice article, very comprehensive. This reminds me of package.elm-lang.org/packages/elm/...

Collapse
 
nwpointer profile image
Nathan Pointer

I see what you mean - the custom infix operators allow it to read similarly to a PEG but you've still things you'd expect from a parser combinator library. Thanks for the link, I want to gid into that more.