Re: smelly code in input.c

2021-06-15 Thread Anthony Clayden
Thanks Iavor, nothing ventured nothing gained I went ahead and made that change. I can't find any difference in behaviour for well-formed code. I can't find any difference in whether code is accepted/rejected. But there's a difference in error messages for ill-formed code, specifically ill-formed

Re: smelly code in input.c

2021-06-14 Thread Iavor Diatchki
Hi, I don't not know that code either, but looking at the comments and the surrounding code, my guess is that the 2nd `c0` should be `c1`, and it is checking for something like `.` followed by either a lower case or upper case or symbol operator. -Iavor On Mon, Jun 14, 2021 at 3:48 AM Anthony