Page 1 of 1

infix problem back in 8.4.10

Posted: Fri Apr 01, 2005 2:15 pm
by HPW

Code: Select all

newLISP v.8.4.10 on Win32 MinGW.

> (INFIX:xlate "3 + 4")
(add 3 4)
> (eval(INFIX:xlate "3 + 4"))

value expected in function add : 3

> 

Posted: Fri Apr 01, 2005 2:27 pm
by HPW
I think:

Code: Select all

                (push (sym var) expression))
should be:

Code: Select all

                (push var expression))
Right?

Posted: Fri Apr 01, 2005 5:55 pm
by Lutz
Yes, I posted a corrected inifx-1-7.lsp in the development directory.

Lutz

Posted: Sat Apr 02, 2005 10:29 pm
by Lutz
I will be travelling April 3-4-5 and may not be able to watch the discussion board all the time. For urgent requests mail me at lutz@nuevatec.com with the word: newlisp in the subject line. I will look into my email probably twice on the days Monday and Tuesday.

Lutz