newLISP Fan Club

Forum => newLISP newS => Topic started by: HPW on April 01, 2005, 06:15:29 AM

Title: infix problem back in 8.4.10
Post by: HPW on April 01, 2005, 06:15:29 AM

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

>
Title:
Post by: HPW on April 01, 2005, 06:27:28 AM
I think:

               (push (sym var) expression))

should be:

               (push var expression))


Right?
Title:
Post by: Lutz on April 01, 2005, 09:55:13 AM
Yes, I posted a corrected inifx-1-7.lsp in the development directory.



Lutz
Title:
Post by: Lutz on April 02, 2005, 02:29:06 PM
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