POV-Ray : Newsgroups : povray.programming : POV-Ray parser in Java : Re: POV-Ray parser in Java Server Time
6 Oct 2024 14:02:24 EDT (-0400)
  Re: POV-Ray parser in Java  
From: Andrew Wilcox
Date: 4 Dec 2002 16:33:00
Message: <3dee748c$1@news.povray.org>
Actually, just parsing expressions is what I consider the hardest part.
Right now, it lexes, tokenizes, and starts objectizing the stream.  It
doesn't actually evaluate directives yet, but this is really just symbol
table manipulation which for the most part isn't too hard.

> > For the most part what I need works
>
> Macros?
>
>     Thorsten


Post a reply to this message

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