ulisp-esp icon indicating copy to clipboard operation
ulisp-esp copied to clipboard

(read-from-string "(") causes endless loop

Open jurov opened this issue 3 years ago • 2 comments

I traced it down to this line in gstr() return '\n'; // -1?

but when fixed to return -1, I got "no space for long symbols" after a while.

jurov avatar Nov 12 '20 23:11 jurov

That's why I decided against making it return -1!

technoblogy avatar Nov 13 '20 08:11 technoblogy

LOL

jurov avatar Nov 13 '20 10:11 jurov