EoinDavey / tsPEG

PEG Parser Generator for TypeScript
Mozilla Public License 2.0
195 stars 7 forks source link

Not supported CRLF #28

Closed wip0 closed 3 years ago

wip0 commented 3 years ago

Header and comments not support the file that uses CRLF. ---<CRLF> Header<CRLF> ---<CRLF>

EoinDavey commented 3 years ago

Hi,

Should be fixed in v3.2.0 which is just published. I don't have access to a Windows machine, but I created what I'm quite sure is a CRLF ending file and it works for me now. Please reopen if it's not working Thanks