[antlr-interest] Is ANTLR suitable for wiki grammar parsing?

Martin d'Anjou martin.danjou at neterion.com
Wed Jun 6 11:16:40 PDT 2007


>However, I cannot match something like:
>
>*bold* abc*de
>
>As it fails because there is no following '*' after de.
>
>And I think that this is essentially my problem.  I do want something 
>like
>
>*bold* abc*de
>
>To be accepted, and i'd like for the *bold* to be matched in the 
>bolded parser rule, but since the rest of the line doesn't match, to 
>simply count abc*de as a regular phrase.
>
>Is this possible?

I am very interested in knowing if this is possible as well. I have
many problems where input is very unstructured, and I am not convinced
ANTLR is the right solution for those problems.

Martin


More information about the antlr-interest mailing list