Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.
This commit is contained in:
parent
f41cf208b7
commit
135ebca8aa
5 changed files with 17 additions and 6 deletions
|
|
@ -1,4 +1,5 @@
|
|||
use io::println;//XXXXXXXXxxx
|
||||
use io::ReaderUtil;
|
||||
use util::interner;
|
||||
use lexer::{string_reader, bump, is_eof, nextch,
|
||||
is_whitespace, get_str_from, reader};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue