On Thu, Nov 12, 2009 at 5:51 PM, Christopher Diggins <cdigg...@gmail.com>wrote:

> My only quibble, is that I wouldn't call the approach unique. While I
> am unaware of what is available in Java there are many similar
> libraries in other languages. For example I used a similar technique
> in C# in the Heron language
>

Just completeness...

There are a number of similarly-constructed libraries for C++ as well:

http://fossil.wanderinghorse.net/repos/parse0x/
http://fossil.wanderinghorse.net/repos/parsepp/
http://code.google.com/p/pegtl

And even plain old C:
http://fossil.wanderinghorse.net/repos/pegc/
(AFAIK that's the only C PEG lib which allows one to build the parser via
combining rule objects, as opposed to via an external grammar file.)

Just to name the ones i'm aware of.

Not to undermine the efforts of the original poster, who's code looks far
easier to use than any Java-based parsing toolkit i've looked at!

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
PEG mailing list
PEG@lists.csail.mit.edu
https://lists.csail.mit.edu/mailman/listinfo/peg

Reply via email to