Snippet #726

Just learned about Parslet, yet another Ruby PEG implementation. Back when Treetop came out a couple of years ago I remember thinking, meh, guess they didn’t know about my PEG implementation (see Walrat). Well, let’s chalk up another one! I guess everybody has to build their own parser generator and/or compiler at some point; it’s kind of a rite of passage. If anybody knows of any non-toy examples it would be interesting to see them.