infix problem back in 8.4.10

Started by HPW, April 01, 2005, 06:15:29 AM

Previous topic - Next topic

HPW


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

>
Hans-Peter

HPW

#1
I think:

               (push (sym var) expression))

should be:

               (push var expression))


Right?
Hans-Peter

Lutz

#2
Yes, I posted a corrected inifx-1-7.lsp in the development directory.



Lutz

Lutz

#3
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