evincarofautumn / kitten

A statically typed concatenative systems programming language.
http://kittenlang.org/
Other
1.1k stars 39 forks source link

Tokenizer now also accepts CRLF in pargraphs #212

Closed svc-user closed 6 years ago

svc-user commented 6 years ago

As in issue #210 the tokenizer fails to parse paragraphs on windows due to CRLF rather than LF as used on *nix systems.

This fix allows both line endings to work.

evincarofautumn commented 6 years ago

LGTM, thanks! :)