POV-Ray : Newsgroups : povray.general : New SDL: support for lexical scanner generators : Re: New SDL: support for lexical scanner generators Server Time
31 Jul 2024 06:15:32 EDT (-0400)
  Re: New SDL: support for lexical scanner generators  
From: Thorsten Froehlich
Date: 4 Oct 2007 15:37:34
Message: <470540fe@news.povray.org>
Wolf wrote:
> Hi,
> 
> Another topic for the „new SDL“ discussions out there:
> Please provide support for lexical scanner generators like ANTLR
> (http://www.antlr.org) or Flex (http://flex.sourceforge.net) by providing a
> grammar definition for them!

Unfortunately scanner and parser generators are highly inefficient to
maintain when it comes to non-trivial languages. That is why i.e. gcc
nowadays has a hand-written parser implementation.

	Thorsten


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.