Files
rust/crates
bors[bot] 0363c9495a Merge #3518
3518: Add parse_to_token_tree r=matklad a=edwin0cheng

This PR introduce a function for parsing `&str` to `tt::TokenTree`:

```rust
// Convert a string to a `TokenTree`
pub fn parse_to_token_tree(text: &str) -> Option<(tt::Subtree, TokenMap)> {
````

Co-authored-by: Edwin Cheng <edwin0cheng@gmail.com>
2020-03-09 08:43:07 +00:00
..
2020-03-02 11:52:46 -05:00
2020-02-18 16:12:40 +02:00
2020-03-06 14:44:44 +01:00
2020-03-07 00:18:04 +01:00
2020-03-09 00:13:04 +08:00
2020-03-08 23:21:08 +02:00
2020-03-07 00:18:04 +01:00
2020-03-09 00:13:04 +08:00
2020-03-04 01:21:14 +08:00
2020-03-09 00:13:04 +08:00
2020-02-27 14:04:13 +09:00
2020-02-18 16:12:40 +02:00
2020-03-04 11:55:25 +01:00