On 5/1/07, Erick Tryzelaar <[EMAIL PROTECTED]> wrote:

I was reading through the lexer and I noticed that we don't support
imaginary and complex literals like "1.0d + 0.5di". Would this be
something useful to have? We'd possibly would have to write our own
imaginary and complex types if there isn't a c++ version of them
available, unless you guys think it's standard enough to depend on. This
could be another handy thing for 1.1.4.



C++ has std::complex<float> and std::complex<double>.  (Whether
the use of a template was really appropriate here is another question.)

-- James
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to