POV-Ray : Newsgroups : povray.off-topic : Monads in C# : Re: C# monads Server Time
29 Jul 2024 02:31:17 EDT (-0400)
  Re: C# monads  
From: scott
Date: 9 Apr 2013 09:51:39
Message: <51641ceb@news.povray.org>
>> I don't know a great deal about parsers (the most I've done is made one
>> to calculate very simple sums, like (5+4)/2) but AIUI things like POV
>> first convert the human readable text to binary symbols (removing any
>> unnecessary formatting) and then parse the binary symbols rather than
>> the raw text.
>
> POV-Ray doesn't convert the SDL file into any internal binary format.
> It just parses the text and creates objects as needed.

The existence of tokenize.cpp in the source made me think otherwise. 
What does this file do then?


Post a reply to this message

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