diff options
author | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-03-24 15:03:20 +0100 |
---|---|---|
committer | Arthur Cohen <arthur.cohen@embecosm.com> | 2022-03-24 15:03:20 +0100 |
commit | 5651331236d39ce685e1de3396463fd88c3a83d2 (patch) | |
tree | 3729e3e925c99ac127e593918544c43fc4a2d855 /gcc/rust/parse/rust-parse.cc | |
parent | 8283724bc24efc0c11960947f2d4e99bc20b3765 (diff) | |
download | gcc-5651331236d39ce685e1de3396463fd88c3a83d2.zip gcc-5651331236d39ce685e1de3396463fd88c3a83d2.tar.gz gcc-5651331236d39ce685e1de3396463fd88c3a83d2.tar.bz2 |
macros: Allow parsing :tt fragments
:tt fragments stand for token trees, and are composed of either a token,
or a delimited token tree, which is a token tree surrounded by
delimiters (parentheses, curly brackets or square brackets).
This should allow us to handle a lot more macros, including extremely
powerful macro patterns such as TT munchers
Diffstat (limited to 'gcc/rust/parse/rust-parse.cc')
0 files changed, 0 insertions, 0 deletions