lib/standard: Removed push_back_reader and replaced it by a peek operation on Buffere...
authorLucas Bajolet <r4pass@hotmail.com>
Tue, 12 May 2015 15:42:25 +0000 (11:42 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Tue, 12 May 2015 15:42:25 +0000 (11:42 -0400)
commitac05052cee9ef15e1f6666d6db760b4a1532b329
tree12600565692788da1c2ea51701c325b08d39bfdf
parent6df56eb060c4111b43982f56a7751ad8b2c13881
lib/standard: Removed push_back_reader and replaced it by a peek operation on BufferedReaders

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
lib/io/io.nit [deleted file]
lib/io/push_back_reader.nit [deleted file]
lib/io/test_push_back_reader.nit [deleted file]
lib/standard/stream.nit
tests/sav/test_peek.res [new file with mode: 0644]
tests/test_peek.nit [new file with mode: 0644]