Re: State of the Art

Johannes <jaluber@gmail.com>
Sun, 20 Jul 2008 09:44:19 -0700 (PDT)

          From comp.compilers

Related articles
State of the Art peter.deussen@fokus.fraunhofer.de (Peter) (2008-07-18)
Re: State of the Art jaluber@gmail.com (Johannes) (2008-07-20)
Re: State of the Art DrDiettrich1@aol.com (Hans-Peter Diettrich) (2008-07-21)
Re: State of the Art peter.deussen@fokus.fraunhofer.de (Peter) (2008-07-21)
Re: State of the Art parrt@cs.usfca.edu (Terence Parr) (2008-07-21)
Re: State of the Art ademakov@gmail.com (Aleksey Demakov) (2008-07-23)
Re: State of the Art cfc@shell01.TheWorld.com (Chris F Clark) (2008-07-22)
Re: State of the Art torbenm@pc-003.diku.dk (2008-07-23)
[6 later articles]
| List of all articles for this month |

From: Johannes <jaluber@gmail.com>
Newsgroups: comp.compilers
Date: Sun, 20 Jul 2008 09:44:19 -0700 (PDT)
Organization: Compilers Central
References: 08-07-033
Keywords: practice
Posted-Date: 20 Jul 2008 15:40:08 EDT

From my limited experience I'd say that one advancement is the LL(*)
algorithm which allows arbitrary scan ahead of tokens (compared to
e.g. LL(5) which allows only to check the next 5). It is implemented
in ANTLR 3.x and available on www.antlr.org . There is also a book
from the author which does not only explain the use of ANTLR but also
the algorithm in deeper detail.


Best regards,
Johannes



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.