support for \r\n and \r eol
commit94855c459ad46aeac198a98161212e192723eb54
authorJérôme Quelin <jquelin@gmail.com>
Fri, 18 Jan 2008 14:23:23 +0000 (18 15:23 +0100)
committerJérôme Quelin <jquelin@gmail.com>
Fri, 18 Jan 2008 14:23:23 +0000 (18 15:23 +0100)
tree883026844302596d38268f7d96f5a56a68e94ced
parent84ac0262e84ca99892735979e7cf445997a13520
support for \r\n and \r eol

from the befunge specs:
<specs>
In Funge-98, however, any of the following sequences should, ideally, be
recognized by the interpreter as an end-of-line marker, no matter what
operating system it's running on:

    * Line Feed (10)
    * Carriage Return (13)
    * Carriage Return, Line Feed (13, 10)

If an interpreter cannot support all three varieties of end-of-line
marker, it should be clearly noted in that interpreter's documentation.
</specs>
lib/Language/Befunge/LaheySpace.pm
t/3-lahey/lahey.t