fe icon indicating copy to clipboard operation
fe copied to clipboard

Tiny improvement for `read_()`

Open ooichu opened this issue 3 years ago • 2 comments

Before this change, if the line break was \r, comments didn't work correctly.

ooichu avatar Feb 10 '23 07:02 ooichu

As a consequence, if you open a file which uses \r as line termination, any ; will comment out the entire file. This will not happen (it is probably not 100% portable) if you open a file with the flag "r" instead of "rb".

ooichu avatar Feb 25 '23 21:02 ooichu

Found a little bug. After opening context gcstack_idx is equal to 4. This happens because the stack index is saved after the t symbol is created.

ooichu avatar Apr 22 '23 21:04 ooichu