stream: Introduce a push-back reader.
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Fri, 3 Oct 2014 14:38:34 +0000 (10:38 -0400)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Mon, 6 Oct 2014 16:20:29 +0000 (12:20 -0400)
commitd67fa8861abafaaf5c645f8de9443e2f645b149a
tree6454553d44ae6521c540622b84093146f1694836
parent432a47d9cb8f271f25d5c1d94c4ee27f8391ec2e
stream: Introduce a push-back reader.

May be useful when implementing backtracking algorithms.

Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
contrib/pep8analysis/src/pep8analysis_web.nit
lib/io/io.nit [new file with mode: 0644]
lib/io/push_back_reader.nit [new file with mode: 0644]
lib/io/test_push_back_reader.nit [new file with mode: 0644]