[antlr-interest] An Antlr runtime for Php

Sidharth Kuruvila sidharth.kuruvila at gmail.com
Sun Oct 12 22:55:55 PDT 2008


Hi,
I've been working on porting the antlr runtime to php. You can check it out
from

    svn checkout
http://antlrphpruntime.googlecode.com/svn/trunk/antlrphpruntime-read-only

It's still pretty early stages and a lot is missing.

I couldn't find any test grammars for the java version of the runtime, I
have been using the test grammars that come with the python runtime and they
have been working out great. It would be nice if there was an official set
of test grammars to test against.

I also noticed a bug with the java target in one of the test cases for the
python grammar, t013parser.g. Antlr appears to add a marchAny before a match
for a grammar that needs to consume only one token.

-- 
I am but a man.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.antlr.org/pipermail/antlr-interest/attachments/20081013/67f055b1/attachment.html 


More information about the antlr-interest mailing list