Re: Status of ayacc and aflex?
- From: Stephen Leake <stephen_leake@xxxxxxxxxxxxxxxx>
- Date: Sun, 24 Aug 2008 11:02:42 -0400
Ludovic Brenta <ludovic@xxxxxxxxxxxxxxxxxx> writes:
Speaking of lexical analysis and recursive descent parsers, I'd like
to know whether anyone here has tried OpenToken[1] and would like to
comment on it.
[1] http://www.telepath.com/~dennison/Ted/OpenToken/OpenToken.html
I use it at work, but not as recusive descent; I write a grammar using
it.
I had to fix a couple bugs, and it can be confusing getting the
grammar to be unambiguous, but I like the resulting high-level code.
As with other grammar-oriented parsers, the error messages leave a lot
to be desired. If I ever find time, I'd like to try switching to using
it in a recursive descent way; that usually gives better error messages.
--
-- Stephe
.
- Follow-Ups:
- Re: OpenToken (was: Status of ayacc and aflex?)
- From: Ludovic Brenta
- Re: OpenToken (was: Status of ayacc and aflex?)
- References:
- Status of ayacc and aflex?
- From: Peter C. Chapin
- Re: Status of ayacc and aflex?
- From: Colin Paul Gloster
- Re: Status of ayacc and aflex?
- From: Ludovic Brenta
- Status of ayacc and aflex?
- Prev by Date: Re: File output and buffering
- Next by Date: Failure integrating .NET GPL version of GNAT into Visual Studio 2005
- Previous by thread: Re: Status of ayacc and aflex?
- Next by thread: Re: OpenToken (was: Status of ayacc and aflex?)
- Index(es):