axnjaxn / ReiTrei

A ray tracer in C++ / SDL supporting Monte Carlo effects
http://www.axnjaxn.com/
0 stars 0 forks source link

Re-examine parsing process #8

Closed axnjaxn closed 10 years ago

axnjaxn commented 10 years ago

One approach is Flex/Bison (which might be a little scary for platform-independence reasons). It still needs to be done at some point.

axnjaxn commented 10 years ago

I'm going to stay with my custom parser for the foreseeable future.