Cleanup and followup to PR #17830: parsing changes

Prevents breaking down `$name` tokens into separate `$` and `name`.
Reports unknown macro variables.

Fixes #18775
Fixes #18839
Fixes #15640
This commit is contained in:
Piotr Czarnecki
2015-01-02 23:00:06 +01:00
parent 8efd9901b6
commit d85c017f92
12 changed files with 170 additions and 103 deletions

View File

@@ -25,7 +25,7 @@ use std::rc::Rc;
use std::str;
use std::string::CowString;
pub use ext::tt::transcribe::{TtReader, new_tt_reader};
pub use ext::tt::transcribe::{TtReader, new_tt_reader, new_tt_reader_with_doc_flag};
pub mod comments;