rust/crates/mbe/src
Florian Diebold 0a4065d12d Improve syntax fixup a bit, handle incomplete if
- allow appending tokens after a token, not just a node
- allow inserting delimiters (and remove them again)
- fix up `if {}` and `if` without anything following
2022-07-16 13:03:32 +02:00
..
expander Implement ignore and index metavar expression 2022-07-11 18:31:42 +02:00
benchmark.rs Implement ignore and index metavar expression 2022-07-11 18:31:42 +02:00
expander.rs internal: replace L_DOLLAR/R_DOLLAR with parenthesis hack 2021-10-23 20:44:31 +03:00
lib.rs internal: Split unresolve proc-macro error out of mbe 2022-02-22 10:08:00 +01:00
parser.rs Implement ignore and index metavar expression 2022-07-11 18:31:42 +02:00
syntax_bridge.rs Improve syntax fixup a bit, handle incomplete if 2022-07-16 13:03:32 +02:00
to_parser_input.rs Revert "Auto merge of #12149 - jonas-schievink:literally-just-a-literal, r=jonas-schievink" 2022-05-13 15:08:14 +02:00
token_map.rs Replace expressions with errors in them 2022-02-09 11:58:52 +01:00
tt_iter.rs Implement ignore and index metavar expression 2022-07-11 18:31:42 +02:00