[antlr-interest] Newby - How to use Parser/Lexer in Code?

Jim Idle jimi at temporal-wave.com
Wed May 30 20:37:52 PDT 2007


It might be a bit of overkill but only that it would generate more code
than you really need to parse a fairly simple thing. If there is nothing
already out there and you don't feel like hand crafting the thing, then
I would just go ahead and use ANTLR. It shouldn't take very long at all
to do. Do you have a formal spec for it given that it isn't a 'real'
URI?

Jim

> -----Original Message-----
> From: antlr-interest-bounces at antlr.org [mailto:antlr-interest-
> bounces at antlr.org] On Behalf Of Harris, Tobin
> Sent: Tuesday, May 29, 2007 1:52 PM
> To: antlr-interest at antlr.org
> Subject: Re: [antlr-interest] Newby - How to use Parser/Lexer in Code?
> 
> Hi Laurie,
> 
> Ahh, I see. Yes, .NET has the same utility class, I did research this
> before chosing ANTLR. The problem I have is that grammar I'm working
> with is inspired by the typical URI, but it serves a different
purpose.
> I also looked at the source code for the .NET URI class, but
personally
> thought it looked a bit messy, hence me looking at other tools for
> parsing.
> 
> Tobin



More information about the antlr-interest mailing list