fe
fe copied to clipboard
Tiny improvement for `read_()`
Before this change, if the line break was \r, comments didn't work correctly.
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".
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.