Stop distinguishing macro tokens from other tokens.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 17 Jul 2024 20:57:10 +0000 (13:57 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 17 Jul 2024 20:57:10 +0000 (13:57 -0700)
commitbab3aad7fa208aca031e3a475642375c88da9b07
tree1491341b0003190a9bc0d54079abea060a49613d
parentfa6ad1020122a25d1d0602162b6464a4c55bbb66
Stop distinguishing macro tokens from other tokens.
rust/src/identifier.rs
rust/src/lex/scan/mod.rs
rust/src/lex/scan/test.rs
rust/src/lex/segment/mod.rs
rust/src/lex/segment/test.rs
rust/src/lex/token.rs
rust/src/macros.rs