Re: Status of ayacc and aflex?
- From: Colin Paul Gloster <Colin_Paul_Gloster@xxxxxxx>
- Date: Fri, 22 Aug 2008 12:02:33 +0100
On Wed, 20 Aug 2008, Peter C. Chapin wrote:
|------------------------------------------------------------------------|
|"I have a need for a parser generator and a lexical analyzer generator |
|that produce Ada. I see that there is an ayacc and aflex project. [..] |
| |
|[..] |
| |
|[..] Is there some other parser |
|generator that I should be looking at instead? |
| |
|Thanks in advance for any help you might be able to give..." |
|------------------------------------------------------------------------|
One mention of ASIS and some mentions of recursive descent parsers
have been made. I shall state advice for you in a more direct
manner. Do not write anything based on Lex and YACC. They are for
bottom-up designs. Learn how to do top-down parsing or otherwise be
damned to never write an unbuggy parser.
.
- Follow-Ups:
- Re: Status of ayacc and aflex?
- From: Ludovic Brenta
- Re: Status of ayacc and aflex?
- References:
- Status of ayacc and aflex?
- From: Peter C. Chapin
- Status of ayacc and aflex?
- Prev by Date: Re: C chars_ptr STORAGE_ERROR in Imported function
- Next by Date: Re: C chars_ptr STORAGE_ERROR in Imported function
- Previous by thread: Re: Status of ayacc and aflex?
- Next by thread: Re: Status of ayacc and aflex?
- Index(es):
Relevant Pages
|