Re: Status of ayacc and aflex?



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.
.



Relevant Pages

  • Re: Can I get access to an AST of parsed ADA code?
    ... XML format so I can create a tool to analyze and work with it. ... looked to be read-able or anything that was at a high level like my ... Is there a way I can access the parser for either C++ or ADA so that I ...
    (comp.lang.ada)
  • Re: ada to java parser
    ... Stéphane Richard "Ada World" Webmaster ... "Ed Trubia" wrote in message ... > Looking for a grammar / parser that will allow me to convert ada to java. ... > have a very large ada program, that for the most part need to converted to> java. ...
    (comp.lang.ada)