rust/src/libsyntax/parse/lexer
Aleksey Kladov 830ff4a592 remove StringReader::peek
The reader itself doesn't need ability to peek tokens, so it's better
if clients implement this functionality.

This hopefully becomes especially easy once we use iterator interface
for lexer, but this is not too easy at the moment, because of buffered
errors.
2019-07-04 09:01:37 +03:00
..
comments.rs Eliminate comments::Literal 2019-05-11 14:24:21 +03:00
mod.rs remove StringReader::peek 2019-07-04 09:01:37 +03:00
tokentrees.rs syntax: Remove Deref impl from Token 2019-06-08 22:38:23 +03:00
unicode_chars.rs refactor check_for_substitution 2019-07-02 11:16:33 +03:00